Shades of Onahau #C8EAEE
Tints of Onahau #C8EAEE
RGB
CMYK
RGB Variations
Color information
#C8EAEE (or 0xC8EAEE) is known color: Onahau. HEX triplet: C8, EA and EE. RGB value is (200,234,238). Sum of RGB (Red+Green+Blue) = 200+234+238=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EAEE is #371511. Grayscale: #E0E0E0. Windows color (decimal): -3609874 or 15657672. OLE color: 15657672.
HSL color Cylindrical-coordinate representation of color #C8EAEE: hue angle of 186.32º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EAEE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 234 | 238 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.07 |
| HSL | 186.32º | 0.53% | 0.86% | - |
| HSV(B) | 186.32º | 0.16% | 0.93% | - |
| XYZ | 68.67 | 77.3 | 92.19 | - |
| YUV | 224.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 238 | 0.16 | 0.02 | 0 | 0.07 | 186.32 | 0.53 | 0.86 |
| Hex | C8 | EA | EE | 10 | 2 | 0 | 7 | BA | 35 | 56 |
| Octal | 310 | 352 | 356 | 20 | 2 | 0 | 7 | 272 | 65 | 126 |
| Binary | 11001000 | 11101010 | 11101110 | 10000 | 10 | 0 | 111 | 10111010 | 110101 | 1010110 |
Color Harmonies of #C8EAEE
Complementary color
Monochromatic Colors of #C8EAEE
Black with #C8EAEE
Text Example
Text Example
White with #C8EAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EAEE; }
p { color: rgb(200,234,238); }
H1.HeaderClassName
{
color: #C8EAEE;
}
.AnyTagClassName
{
color: #C8EAEE;
}
</style>
background-color css
<style>
a { background-color: #C8EAEE; }
a { background-color: rgb(200,234,238); }
div.DivClassName
{
background-color: #C8EAEE;
}
.BgClassName
{
background-color: #C8EAEE;
}
</style>
border-color css
<style>
span { border-color: #C8EAEE; }
span { border-color: rgb(200,234,238); }
td.TdClassName
{
border-color: #C8EAEE;
}
.TagClassName
{
border-color: #C8EAEE;
}
</style>