Shades of Onahau #C8F4FC
Tints of Onahau #C8F4FC
RGB
CMYK
RGB Variations
Color information
#C8F4FC (or 0xC8F4FC) is known color: Onahau. HEX triplet: C8, F4 and FC. RGB value is (200,244,252). Sum of RGB (Red+Green+Blue) = 200+244+252=696 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.74% from 696); Green value is 244 (95.70% from 255 or 35.06% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8F4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F4FC is #370B03. Grayscale: #E7E7E7. Windows color (decimal): -3607300 or 16577736. OLE color: 16577736.
HSL color Cylindrical-coordinate representation of color #C8F4FC: hue angle of 189.23º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8F4FC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 244 | 252 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.01 |
| HSL | 189.23º | 0.9% | 0.89% | - |
| HSV(B) | 189.23º | 0.21% | 0.99% | - |
| XYZ | 73.74 | 84.01 | 104.42 | - |
| YUV | 231.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 252 | 0.21 | 0.03 | 0 | 0.01 | 189.23 | 0.9 | 0.89 |
| Hex | C8 | F4 | FC | 15 | 3 | 0 | 1 | BD | 5A | 59 |
| Octal | 310 | 364 | 374 | 25 | 3 | 0 | 1 | 275 | 132 | 131 |
| Binary | 11001000 | 11110100 | 11111100 | 10101 | 11 | 0 | 1 | 10111101 | 1011010 | 1011001 |
Color Harmonies of #C8F4FC
Complementary color
Monochromatic Colors of #C8F4FC
Black with #C8F4FC
Text Example
Text Example
White with #C8F4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F4FC; }
p { color: rgb(200,244,252); }
H1.HeaderClassName
{
color: #C8F4FC;
}
.AnyTagClassName
{
color: #C8F4FC;
}
</style>
background-color css
<style>
a { background-color: #C8F4FC; }
a { background-color: rgb(200,244,252); }
div.DivClassName
{
background-color: #C8F4FC;
}
.BgClassName
{
background-color: #C8F4FC;
}
</style>
border-color css
<style>
span { border-color: #C8F4FC; }
span { border-color: rgb(200,244,252); }
td.TdClassName
{
border-color: #C8F4FC;
}
.TagClassName
{
border-color: #C8F4FC;
}
</style>