Shades of Onahau #C7F4FA
Tints of Onahau #C7F4FA
RGB
CMYK
RGB Variations
Color information
#C7F4FA (or 0xC7F4FA) is known color: Onahau. HEX triplet: C7, F4 and FA. RGB value is (199,244,250). Sum of RGB (Red+Green+Blue) = 199+244+250=693 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.72% from 693); Green value is 244 (95.70% from 255 or 35.21% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7F4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F4FA is #380B05. Grayscale: #E7E7E7. Windows color (decimal): -3672838 or 16446663. OLE color: 16446663.
HSL color Cylindrical-coordinate representation of color #C7F4FA: hue angle of 187.06º degrees, saturation: 0.84, 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 #C7F4FA is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 199 | 244 | 250 | - |
CMYK | 0.20 | 0.02 | 0 | 0.02 |
HSL | 187.06º | 0.84% | 0.88% | - |
HSV(B) | 187.06º | 0.2% | 0.98% | - |
XYZ | 73.16 | 83.75 | 102.75 | - |
YUV | 231.23 | 138.59 | 105.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 244 | 250 | 0.20 | 0.02 | 0 | 0.02 | 187.06 | 0.84 | 0.88 |
Hex | C7 | F4 | FA | 14 | 2 | 0 | 2 | BB | 54 | 58 |
Octal | 307 | 364 | 372 | 24 | 2 | 0 | 2 | 273 | 124 | 130 |
Binary | 11000111 | 11110100 | 11111010 | 10100 | 10 | 0 | 10 | 10111011 | 1010100 | 1011000 |
Color Harmonies of #C7F4FA
Complementary color
Monochromatic Colors of #C7F4FA
Black with #C7F4FA
Text Example
Text Example
White with #C7F4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F4FA; }
p { color: rgb(199,244,250); }
H1.HeaderClassName
{
color: #C7F4FA;
}
.AnyTagClassName
{
color: #C7F4FA;
}
</style>
background-color css
<style>
a { background-color: #C7F4FA; }
a { background-color: rgb(199,244,250); }
div.DivClassName
{
background-color: #C7F4FA;
}
.BgClassName
{
background-color: #C7F4FA;
}
</style>
border-color css
<style>
span { border-color: #C7F4FA; }
span { border-color: rgb(199,244,250); }
td.TdClassName
{
border-color: #C7F4FA;
}
.TagClassName
{
border-color: #C7F4FA;
}
</style>