Shades of Onahau #C2F2FE
Tints of Onahau #C2F2FE
RGB
CMYK
RGB Variations
Color information
#C2F2FE (or 0xC2F2FE) is known color: Onahau. HEX triplet: C2, F2 and FE. RGB value is (194,242,254). Sum of RGB (Red+Green+Blue) = 194+242+254=690 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.12% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2F2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F2FE is #3D0D01. Grayscale: #E4E4E4. Windows color (decimal): -4001026 or 16708290. OLE color: 16708290.
HSL color Cylindrical-coordinate representation of color #C2F2FE: hue angle of 192º 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 #C2F2FE is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 242 | 254 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.00 |
| HSL | 192º | 0.97% | 0.88% | - |
| HSV(B) | 192º | 0.24% | 1% | - |
| XYZ | 71.89 | 82.13 | 105.83 | - |
| YUV | 229.02 | 142.1 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 254 | 0.24 | 0.05 | 0 | 0.00 | 192 | 0.97 | 0.88 |
| Hex | C2 | F2 | FE | 18 | 5 | 0 | 0 | C0 | 61 | 58 |
| Octal | 302 | 362 | 376 | 30 | 5 | 0 | 0 | 300 | 141 | 130 |
| Binary | 11000010 | 11110010 | 11111110 | 11000 | 101 | 0 | 0 | 11000000 | 1100001 | 1011000 |
Color Harmonies of #C2F2FE
Complementary color
Monochromatic Colors of #C2F2FE
Black with #C2F2FE
Text Example
Text Example
White with #C2F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F2FE; }
p { color: rgb(194,242,254); }
H1.HeaderClassName
{
color: #C2F2FE;
}
.AnyTagClassName
{
color: #C2F2FE;
}
</style>
background-color css
<style>
a { background-color: #C2F2FE; }
a { background-color: rgb(194,242,254); }
div.DivClassName
{
background-color: #C2F2FE;
}
.BgClassName
{
background-color: #C2F2FE;
}
</style>
border-color css
<style>
span { border-color: #C2F2FE; }
span { border-color: rgb(194,242,254); }
td.TdClassName
{
border-color: #C2F2FE;
}
.TagClassName
{
border-color: #C2F2FE;
}
</style>