Shades of Onahau #C4EEFF
Tints of Onahau #C4EEFF
RGB
CMYK
RGB Variations
Color information
#C4EEFF (or 0xC4EEFF) is known color: Onahau. HEX triplet: C4, EE and FF. RGB value is (196,238,255). Sum of RGB (Red+Green+Blue) = 196+238+255=689 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.45% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EEFF is #3B1100. Grayscale: #E3E3E3. Windows color (decimal): -3870977 or 16772804. OLE color: 16772804.
HSL color Cylindrical-coordinate representation of color #C4EEFF: hue angle of 197.29º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4EEFF is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 238 | 255 | - |
| CMYK | 0.23 | 0.07 | 0 | 0 |
| HSL | 197.29º | 1% | 0.88% | - |
| HSV(B) | 197.29º | 0.23% | 1% | - |
| XYZ | 71.39 | 80.1 | 106.31 | - |
| YUV | 227.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 238 | 255 | 0.23 | 0.07 | 0 | 0 | 197.29 | 1 | 0.88 |
| Hex | C4 | EE | FF | 17 | 7 | 0 | 0 | C5 | 64 | 58 |
| Octal | 304 | 356 | 377 | 27 | 7 | 0 | 0 | 305 | 144 | 130 |
| Binary | 11000100 | 11101110 | 11111111 | 10111 | 111 | 0 | 0 | 11000101 | 1100100 | 1011000 |
Color Harmonies of #C4EEFF
Complementary color
Monochromatic Colors of #C4EEFF
Black with #C4EEFF
Text Example
Text Example
White with #C4EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EEFF; }
p { color: rgb(196,238,255); }
H1.HeaderClassName
{
color: #C4EEFF;
}
.AnyTagClassName
{
color: #C4EEFF;
}
</style>
background-color css
<style>
a { background-color: #C4EEFF; }
a { background-color: rgb(196,238,255); }
div.DivClassName
{
background-color: #C4EEFF;
}
.BgClassName
{
background-color: #C4EEFF;
}
</style>
border-color css
<style>
span { border-color: #C4EEFF; }
span { border-color: rgb(196,238,255); }
td.TdClassName
{
border-color: #C4EEFF;
}
.TagClassName
{
border-color: #C4EEFF;
}
</style>