Shades of Onahau #C2F6FC
Tints of Onahau #C2F6FC
RGB
CMYK
RGB Variations
Color information
#C2F6FC (or 0xC2F6FC) is known color: Onahau. HEX triplet: C2, F6 and FC. RGB value is (194,246,252). Sum of RGB (Red+Green+Blue) = 194+246+252=692 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.03% from 692); Green value is 246 (96.48% from 255 or 35.55% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2F6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F6FC is #3D0903. Grayscale: #E7E7E7. Windows color (decimal): -4000004 or 16578242. OLE color: 16578242.
HSL color Cylindrical-coordinate representation of color #C2F6FC: hue angle of 186.21º 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 #C2F6FC is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 246 | 252 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.01 |
| HSL | 186.21º | 0.91% | 0.87% | - |
| HSV(B) | 186.21º | 0.23% | 0.99% | - |
| XYZ | 72.77 | 84.41 | 104.55 | - |
| YUV | 231.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 246 | 252 | 0.23 | 0.02 | 0 | 0.01 | 186.21 | 0.91 | 0.87 |
| Hex | C2 | F6 | FC | 17 | 2 | 0 | 1 | BA | 5B | 57 |
| Octal | 302 | 366 | 374 | 27 | 2 | 0 | 1 | 272 | 133 | 127 |
| Binary | 11000010 | 11110110 | 11111100 | 10111 | 10 | 0 | 1 | 10111010 | 1011011 | 1010111 |
Color Harmonies of #C2F6FC
Complementary color
Monochromatic Colors of #C2F6FC
Black with #C2F6FC
Text Example
Text Example
White with #C2F6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F6FC; }
p { color: rgb(194,246,252); }
H1.HeaderClassName
{
color: #C2F6FC;
}
.AnyTagClassName
{
color: #C2F6FC;
}
</style>
background-color css
<style>
a { background-color: #C2F6FC; }
a { background-color: rgb(194,246,252); }
div.DivClassName
{
background-color: #C2F6FC;
}
.BgClassName
{
background-color: #C2F6FC;
}
</style>
border-color css
<style>
span { border-color: #C2F6FC; }
span { border-color: rgb(194,246,252); }
td.TdClassName
{
border-color: #C2F6FC;
}
.TagClassName
{
border-color: #C2F6FC;
}
</style>