Shades of Onahau #C3EEFE
Tints of Onahau #C3EEFE
RGB
CMYK
RGB Variations
Color information
#C3EEFE (or 0xC3EEFE) is known color: Onahau. HEX triplet: C3, EE and FE. RGB value is (195,238,254). Sum of RGB (Red+Green+Blue) = 195+238+254=687 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.38% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EEFE is #3C1101. Grayscale: #E2E2E2. Windows color (decimal): -3936514 or 16707267. OLE color: 16707267.
HSL color Cylindrical-coordinate representation of color #C3EEFE: hue angle of 196.27º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3EEFE is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 238 | 254 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.00 |
| HSL | 196.27º | 0.97% | 0.88% | - |
| HSV(B) | 196.27º | 0.23% | 1% | - |
| XYZ | 70.97 | 79.91 | 105.45 | - |
| YUV | 226.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 238 | 254 | 0.23 | 0.06 | 0 | 0.00 | 196.27 | 0.97 | 0.88 |
| Hex | C3 | EE | FE | 17 | 6 | 0 | 0 | C4 | 61 | 58 |
| Octal | 303 | 356 | 376 | 27 | 6 | 0 | 0 | 304 | 141 | 130 |
| Binary | 11000011 | 11101110 | 11111110 | 10111 | 110 | 0 | 0 | 11000100 | 1100001 | 1011000 |
Color Harmonies of #C3EEFE
Complementary color
Monochromatic Colors of #C3EEFE
Black with #C3EEFE
Text Example
Text Example
White with #C3EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EEFE; }
p { color: rgb(195,238,254); }
H1.HeaderClassName
{
color: #C3EEFE;
}
.AnyTagClassName
{
color: #C3EEFE;
}
</style>
background-color css
<style>
a { background-color: #C3EEFE; }
a { background-color: rgb(195,238,254); }
div.DivClassName
{
background-color: #C3EEFE;
}
.BgClassName
{
background-color: #C3EEFE;
}
</style>
border-color css
<style>
span { border-color: #C3EEFE; }
span { border-color: rgb(195,238,254); }
td.TdClassName
{
border-color: #C3EEFE;
}
.TagClassName
{
border-color: #C3EEFE;
}
</style>