Shades of Onahau #C2EEFC
Tints of Onahau #C2EEFC
RGB
CMYK
RGB Variations
Color information
#C2EEFC (or 0xC2EEFC) is known color: Onahau. HEX triplet: C2, EE and FC. RGB value is (194,238,252). Sum of RGB (Red+Green+Blue) = 194+238+252=684 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.36% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEFC is #3D1103. Grayscale: #E2E2E2. Windows color (decimal): -4002052 or 16576194. OLE color: 16576194.
HSL color Cylindrical-coordinate representation of color #C2EEFC: hue angle of 194.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2EEFC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 238 | 252 | - |
CMYK | 0.23 | 0.06 | 0 | 0.01 |
HSL | 194.48º | 0.91% | 0.87% | - |
HSV(B) | 194.48º | 0.23% | 0.99% | - |
XYZ | 70.39 | 79.65 | 103.76 | - |
YUV | 226.44 | 142.42 | 104.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 238 | 252 | 0.23 | 0.06 | 0 | 0.01 | 194.48 | 0.91 | 0.87 |
Hex | C2 | EE | FC | 17 | 6 | 0 | 1 | C2 | 5B | 57 |
Octal | 302 | 356 | 374 | 27 | 6 | 0 | 1 | 302 | 133 | 127 |
Binary | 11000010 | 11101110 | 11111100 | 10111 | 110 | 0 | 1 | 11000010 | 1011011 | 1010111 |
Color Harmonies of #C2EEFC
Complementary color
Monochromatic Colors of #C2EEFC
Black with #C2EEFC
Text Example
Text Example
White with #C2EEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EEFC; }
p { color: rgb(194,238,252); }
H1.HeaderClassName
{
color: #C2EEFC;
}
.AnyTagClassName
{
color: #C2EEFC;
}
</style>
background-color css
<style>
a { background-color: #C2EEFC; }
a { background-color: rgb(194,238,252); }
div.DivClassName
{
background-color: #C2EEFC;
}
.BgClassName
{
background-color: #C2EEFC;
}
</style>
border-color css
<style>
span { border-color: #C2EEFC; }
span { border-color: rgb(194,238,252); }
td.TdClassName
{
border-color: #C2EEFC;
}
.TagClassName
{
border-color: #C2EEFC;
}
</style>