Shades of Onahau #C8EEFA
Tints of Onahau #C8EEFA
RGB
CMYK
RGB Variations
Color information
#C8EEFA (or 0xC8EEFA) is known color: Onahau. HEX triplet: C8, EE and FA. RGB value is (200,238,250). Sum of RGB (Red+Green+Blue) = 200+238+250=688 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.07% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EEFA is #371105. Grayscale: #E3E3E3. Windows color (decimal): -3608838 or 16445128. OLE color: 16445128.
HSL color Cylindrical-coordinate representation of color #C8EEFA: hue angle of 194.4º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8EEFA is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 238 | 250 | - |
| CMYK | 0.2 | 0.05 | 0 | 0.02 |
| HSL | 194.4º | 0.83% | 0.88% | - |
| HSV(B) | 194.4º | 0.2% | 0.98% | - |
| XYZ | 71.65 | 80.33 | 102.17 | - |
| YUV | 228.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 250 | 0.2 | 0.05 | 0 | 0.02 | 194.4 | 0.83 | 0.88 |
| Hex | C8 | EE | FA | 14 | 5 | 0 | 2 | C2 | 53 | 58 |
| Octal | 310 | 356 | 372 | 24 | 5 | 0 | 2 | 302 | 123 | 130 |
| Binary | 11001000 | 11101110 | 11111010 | 10100 | 101 | 0 | 10 | 11000010 | 1010011 | 1011000 |
Color Harmonies of #C8EEFA
Complementary color
Monochromatic Colors of #C8EEFA
Black with #C8EEFA
Text Example
Text Example
White with #C8EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EEFA; }
p { color: rgb(200,238,250); }
H1.HeaderClassName
{
color: #C8EEFA;
}
.AnyTagClassName
{
color: #C8EEFA;
}
</style>
background-color css
<style>
a { background-color: #C8EEFA; }
a { background-color: rgb(200,238,250); }
div.DivClassName
{
background-color: #C8EEFA;
}
.BgClassName
{
background-color: #C8EEFA;
}
</style>
border-color css
<style>
span { border-color: #C8EEFA; }
span { border-color: rgb(200,238,250); }
td.TdClassName
{
border-color: #C8EEFA;
}
.TagClassName
{
border-color: #C8EEFA;
}
</style>