Shades of Onahau #C2F4FE
Tints of Onahau #C2F4FE
RGB
CMYK
RGB Variations
Color information
#C2F4FE (or 0xC2F4FE) is known color: Onahau. HEX triplet: C2, F4 and FE. RGB value is (194,244,254). Sum of RGB (Red+Green+Blue) = 194+244+254=692 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.03% from 692); Green value is 244 (95.70% from 255 or 35.26% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2F4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F4FE is #3D0B01. Grayscale: #E6E6E6. Windows color (decimal): -4000514 or 16708802. OLE color: 16708802.
HSL color Cylindrical-coordinate representation of color #C2F4FE: hue angle of 190º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2F4FE is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 244 | 254 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.00 |
| HSL | 190º | 0.97% | 0.88% | - |
| HSV(B) | 190º | 0.24% | 1% | - |
| XYZ | 72.49 | 83.33 | 106.03 | - |
| YUV | 230.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 254 | 0.24 | 0.04 | 0 | 0.00 | 190 | 0.97 | 0.88 |
| Hex | C2 | F4 | FE | 18 | 4 | 0 | 0 | BE | 61 | 58 |
| Octal | 302 | 364 | 376 | 30 | 4 | 0 | 0 | 276 | 141 | 130 |
| Binary | 11000010 | 11110100 | 11111110 | 11000 | 100 | 0 | 0 | 10111110 | 1100001 | 1011000 |
Color Harmonies of #C2F4FE
Complementary color
Monochromatic Colors of #C2F4FE
Black with #C2F4FE
Text Example
Text Example
White with #C2F4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F4FE; }
p { color: rgb(194,244,254); }
H1.HeaderClassName
{
color: #C2F4FE;
}
.AnyTagClassName
{
color: #C2F4FE;
}
</style>
background-color css
<style>
a { background-color: #C2F4FE; }
a { background-color: rgb(194,244,254); }
div.DivClassName
{
background-color: #C2F4FE;
}
.BgClassName
{
background-color: #C2F4FE;
}
</style>
border-color css
<style>
span { border-color: #C2F4FE; }
span { border-color: rgb(194,244,254); }
td.TdClassName
{
border-color: #C2F4FE;
}
.TagClassName
{
border-color: #C2F4FE;
}
</style>