Shades of Onahau #C9F4FC
Tints of Onahau #C9F4FC
RGB
CMYK
RGB Variations
Color information
#C9F4FC (or 0xC9F4FC) is known color: Onahau. HEX triplet: C9, F4 and FC. RGB value is (201,244,252). Sum of RGB (Red+Green+Blue) = 201+244+252=697 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.84% from 697); Green value is 244 (95.70% from 255 or 35.01% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9F4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F4FC is #360B03. Grayscale: #E7E7E7. Windows color (decimal): -3541764 or 16577737. OLE color: 16577737.
HSL color Cylindrical-coordinate representation of color #C9F4FC: hue angle of 189.41º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9F4FC is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 201 | 244 | 252 | - |
CMYK | 0.20 | 0.03 | 0 | 0.01 |
HSL | 189.41º | 0.89% | 0.89% | - |
HSV(B) | 189.41º | 0.2% | 0.99% | - |
XYZ | 74.01 | 84.15 | 104.44 | - |
YUV | 232.06 | 139.25 | 105.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 244 | 252 | 0.20 | 0.03 | 0 | 0.01 | 189.41 | 0.89 | 0.89 |
Hex | C9 | F4 | FC | 14 | 3 | 0 | 1 | BD | 59 | 59 |
Octal | 311 | 364 | 374 | 24 | 3 | 0 | 1 | 275 | 131 | 131 |
Binary | 11001001 | 11110100 | 11111100 | 10100 | 11 | 0 | 1 | 10111101 | 1011001 | 1011001 |
Color Harmonies of #C9F4FC
Complementary color
Monochromatic Colors of #C9F4FC
Black with #C9F4FC
Text Example
Text Example
White with #C9F4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F4FC; }
p { color: rgb(201,244,252); }
H1.HeaderClassName
{
color: #C9F4FC;
}
.AnyTagClassName
{
color: #C9F4FC;
}
</style>
background-color css
<style>
a { background-color: #C9F4FC; }
a { background-color: rgb(201,244,252); }
div.DivClassName
{
background-color: #C9F4FC;
}
.BgClassName
{
background-color: #C9F4FC;
}
</style>
border-color css
<style>
span { border-color: #C9F4FC; }
span { border-color: rgb(201,244,252); }
td.TdClassName
{
border-color: #C9F4FC;
}
.TagClassName
{
border-color: #C9F4FC;
}
</style>