Shades of Onahau #C8F4FA
Tints of Onahau #C8F4FA
RGB
CMYK
RGB Variations
Color information
#C8F4FA (or 0xC8F4FA) is known color: Onahau. HEX triplet: C8, F4 and FA. RGB value is (200,244,250). Sum of RGB (Red+Green+Blue) = 200+244+250=694 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.82% from 694); Green value is 244 (95.70% from 255 or 35.16% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8F4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F4FA is #370B05. Grayscale: #E7E7E7. Windows color (decimal): -3607302 or 16446664. OLE color: 16446664.
HSL color Cylindrical-coordinate representation of color #C8F4FA: hue angle of 187.2º 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 #C8F4FA is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 244 | 250 | - |
| CMYK | 0.2 | 0.02 | 0 | 0.02 |
| HSL | 187.2º | 0.83% | 0.88% | - |
| HSV(B) | 187.2º | 0.2% | 0.98% | - |
| XYZ | 73.43 | 83.88 | 102.76 | - |
| YUV | 231.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 250 | 0.2 | 0.02 | 0 | 0.02 | 187.2 | 0.83 | 0.88 |
| Hex | C8 | F4 | FA | 14 | 2 | 0 | 2 | BB | 53 | 58 |
| Octal | 310 | 364 | 372 | 24 | 2 | 0 | 2 | 273 | 123 | 130 |
| Binary | 11001000 | 11110100 | 11111010 | 10100 | 10 | 0 | 10 | 10111011 | 1010011 | 1011000 |
Color Harmonies of #C8F4FA
Complementary color
Monochromatic Colors of #C8F4FA
Black with #C8F4FA
Text Example
Text Example
White with #C8F4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F4FA; }
p { color: rgb(200,244,250); }
H1.HeaderClassName
{
color: #C8F4FA;
}
.AnyTagClassName
{
color: #C8F4FA;
}
</style>
background-color css
<style>
a { background-color: #C8F4FA; }
a { background-color: rgb(200,244,250); }
div.DivClassName
{
background-color: #C8F4FA;
}
.BgClassName
{
background-color: #C8F4FA;
}
</style>
border-color css
<style>
span { border-color: #C8F4FA; }
span { border-color: rgb(200,244,250); }
td.TdClassName
{
border-color: #C8F4FA;
}
.TagClassName
{
border-color: #C8F4FA;
}
</style>