Shades of Onahau #C2EBFC
Tints of Onahau #C2EBFC
RGB
CMYK
RGB Variations
Color information
#C2EBFC (or 0xC2EBFC) is known color: Onahau. HEX triplet: C2, EB and FC. RGB value is (194,235,252). Sum of RGB (Red+Green+Blue) = 194+235+252=681 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.49% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EBFC is #3D1403. Grayscale: #E0E0E0. Windows color (decimal): -4002820 or 16575426. OLE color: 16575426.
HSL color Cylindrical-coordinate representation of color #C2EBFC: hue angle of 197.59º 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 #C2EBFC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 235 | 252 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.01 |
| HSL | 197.59º | 0.91% | 0.87% | - |
| HSV(B) | 197.59º | 0.23% | 0.99% | - |
| XYZ | 69.53 | 77.91 | 103.47 | - |
| YUV | 224.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 252 | 0.23 | 0.07 | 0 | 0.01 | 197.59 | 0.91 | 0.87 |
| Hex | C2 | EB | FC | 17 | 7 | 0 | 1 | C6 | 5B | 57 |
| Octal | 302 | 353 | 374 | 27 | 7 | 0 | 1 | 306 | 133 | 127 |
| Binary | 11000010 | 11101011 | 11111100 | 10111 | 111 | 0 | 1 | 11000110 | 1011011 | 1010111 |
Color Harmonies of #C2EBFC
Complementary color
Monochromatic Colors of #C2EBFC
Black with #C2EBFC
Text Example
Text Example
White with #C2EBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBFC; }
p { color: rgb(194,235,252); }
H1.HeaderClassName
{
color: #C2EBFC;
}
.AnyTagClassName
{
color: #C2EBFC;
}
</style>
background-color css
<style>
a { background-color: #C2EBFC; }
a { background-color: rgb(194,235,252); }
div.DivClassName
{
background-color: #C2EBFC;
}
.BgClassName
{
background-color: #C2EBFC;
}
</style>
border-color css
<style>
span { border-color: #C2EBFC; }
span { border-color: rgb(194,235,252); }
td.TdClassName
{
border-color: #C2EBFC;
}
.TagClassName
{
border-color: #C2EBFC;
}
</style>