Shades of Onahau #C7EEFC
Tints of Onahau #C7EEFC
RGB
CMYK
RGB Variations
Color information
#C7EEFC (or 0xC7EEFC) is known color: Onahau. HEX triplet: C7, EE and FC. RGB value is (199,238,252). Sum of RGB (Red+Green+Blue) = 199+238+252=689 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.88% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EEFC is #381103. Grayscale: #E3E3E3. Windows color (decimal): -3674372 or 16576199. OLE color: 16576199.
HSL color Cylindrical-coordinate representation of color #C7EEFC: hue angle of 195.85º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7EEFC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 238 | 252 | - |
CMYK | 0.21 | 0.06 | 0 | 0.01 |
HSL | 195.85º | 0.9% | 0.88% | - |
HSV(B) | 195.85º | 0.21% | 0.99% | - |
XYZ | 71.7 | 80.32 | 103.82 | - |
YUV | 227.94 | 141.58 | 107.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 238 | 252 | 0.21 | 0.06 | 0 | 0.01 | 195.85 | 0.9 | 0.88 |
Hex | C7 | EE | FC | 15 | 6 | 0 | 1 | C4 | 5A | 58 |
Octal | 307 | 356 | 374 | 25 | 6 | 0 | 1 | 304 | 132 | 130 |
Binary | 11000111 | 11101110 | 11111100 | 10101 | 110 | 0 | 1 | 11000100 | 1011010 | 1011000 |
Color Harmonies of #C7EEFC
Complementary color
Monochromatic Colors of #C7EEFC
Black with #C7EEFC
Text Example
Text Example
White with #C7EEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EEFC; }
p { color: rgb(199,238,252); }
H1.HeaderClassName
{
color: #C7EEFC;
}
.AnyTagClassName
{
color: #C7EEFC;
}
</style>
background-color css
<style>
a { background-color: #C7EEFC; }
a { background-color: rgb(199,238,252); }
div.DivClassName
{
background-color: #C7EEFC;
}
.BgClassName
{
background-color: #C7EEFC;
}
</style>
border-color css
<style>
span { border-color: #C7EEFC; }
span { border-color: rgb(199,238,252); }
td.TdClassName
{
border-color: #C7EEFC;
}
.TagClassName
{
border-color: #C7EEFC;
}
</style>