Shades of Onahau #C2F5FC
Tints of Onahau #C2F5FC
RGB
CMYK
RGB Variations
Color information
#C2F5FC (or 0xC2F5FC) is known color: Onahau. HEX triplet: C2, F5 and FC. RGB value is (194,245,252). Sum of RGB (Red+Green+Blue) = 194+245+252=691 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.08% from 691); Green value is 245 (96.09% from 255 or 35.46% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2F5FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F5FC is #3D0A03. Grayscale: #E6E6E6. Windows color (decimal): -4000260 or 16577986. OLE color: 16577986.
HSL color Cylindrical-coordinate representation of color #C2F5FC: hue angle of 187.24º 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 #C2F5FC is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 245 | 252 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.01 |
| HSL | 187.24º | 0.91% | 0.87% | - |
| HSV(B) | 187.24º | 0.23% | 0.99% | - |
| XYZ | 72.47 | 83.8 | 104.45 | - |
| YUV | 230.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 245 | 252 | 0.23 | 0.03 | 0 | 0.01 | 187.24 | 0.91 | 0.87 |
| Hex | C2 | F5 | FC | 17 | 3 | 0 | 1 | BB | 5B | 57 |
| Octal | 302 | 365 | 374 | 27 | 3 | 0 | 1 | 273 | 133 | 127 |
| Binary | 11000010 | 11110101 | 11111100 | 10111 | 11 | 0 | 1 | 10111011 | 1011011 | 1010111 |
Color Harmonies of #C2F5FC
Complementary color
Monochromatic Colors of #C2F5FC
Black with #C2F5FC
Text Example
Text Example
White with #C2F5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F5FC; }
p { color: rgb(194,245,252); }
H1.HeaderClassName
{
color: #C2F5FC;
}
.AnyTagClassName
{
color: #C2F5FC;
}
</style>
background-color css
<style>
a { background-color: #C2F5FC; }
a { background-color: rgb(194,245,252); }
div.DivClassName
{
background-color: #C2F5FC;
}
.BgClassName
{
background-color: #C2F5FC;
}
</style>
border-color css
<style>
span { border-color: #C2F5FC; }
span { border-color: rgb(194,245,252); }
td.TdClassName
{
border-color: #C2F5FC;
}
.TagClassName
{
border-color: #C2F5FC;
}
</style>