Shades of Onahau #C3EFF5
Tints of Onahau #C3EFF5
RGB
CMYK
RGB Variations
Color information
#C3EFF5 (or 0xC3EFF5) is known color: Onahau. HEX triplet: C3, EF and F5. RGB value is (195,239,245). Sum of RGB (Red+Green+Blue) = 195+239+245=679 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.72% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 245 (96.09% from 255 or 36.08% from 679); Max value from RGB is 245 - color contains mainly: blue. Hex color #C3EFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EFF5 is #3C100A. Grayscale: #E2E2E2. Windows color (decimal): -3936267 or 16117699. OLE color: 16117699.
HSL color Cylindrical-coordinate representation of color #C3EFF5: hue angle of 187.2º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3EFF5 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 239 | 245 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.04 |
| HSL | 187.2º | 0.71% | 0.86% | - |
| HSV(B) | 187.2º | 0.2% | 0.96% | - |
| XYZ | 69.85 | 79.93 | 98.13 | - |
| YUV | 226.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 245 | 0.20 | 0.02 | 0 | 0.04 | 187.2 | 0.71 | 0.86 |
| Hex | C3 | EF | F5 | 14 | 2 | 0 | 4 | BB | 47 | 56 |
| Octal | 303 | 357 | 365 | 24 | 2 | 0 | 4 | 273 | 107 | 126 |
| Binary | 11000011 | 11101111 | 11110101 | 10100 | 10 | 0 | 100 | 10111011 | 1000111 | 1010110 |
Color Harmonies of #C3EFF5
Complementary color
Monochromatic Colors of #C3EFF5
Black with #C3EFF5
Text Example
Text Example
White with #C3EFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EFF5; }
p { color: rgb(195,239,245); }
H1.HeaderClassName
{
color: #C3EFF5;
}
.AnyTagClassName
{
color: #C3EFF5;
}
</style>
background-color css
<style>
a { background-color: #C3EFF5; }
a { background-color: rgb(195,239,245); }
div.DivClassName
{
background-color: #C3EFF5;
}
.BgClassName
{
background-color: #C3EFF5;
}
</style>
border-color css
<style>
span { border-color: #C3EFF5; }
span { border-color: rgb(195,239,245); }
td.TdClassName
{
border-color: #C3EFF5;
}
.TagClassName
{
border-color: #C3EFF5;
}
</style>