Shades of Onahau #C2F3FF
Tints of Onahau #C2F3FF
RGB
CMYK
RGB Variations
Color information
#C2F3FF (or 0xC2F3FF) is known color: Onahau. HEX triplet: C2, F3 and FF. RGB value is (194,243,255). Sum of RGB (Red+Green+Blue) = 194+243+255=692 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.03% from 692); Green value is 243 (95.31% from 255 or 35.12% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2F3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F3FF is #3D0C00. Grayscale: #E5E5E5. Windows color (decimal): -4000769 or 16774082. OLE color: 16774082.
HSL color Cylindrical-coordinate representation of color #C2F3FF: hue angle of 191.8º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2F3FF is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 243 | 255 | - |
| CMYK | 0.24 | 0.05 | 0 | 0 |
| HSL | 191.8º | 1% | 0.88% | - |
| HSV(B) | 191.8º | 0.24% | 1% | - |
| XYZ | 72.35 | 82.79 | 106.77 | - |
| YUV | 229.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 255 | 0.24 | 0.05 | 0 | 0 | 191.8 | 1 | 0.88 |
| Hex | C2 | F3 | FF | 18 | 5 | 0 | 0 | C0 | 64 | 58 |
| Octal | 302 | 363 | 377 | 30 | 5 | 0 | 0 | 300 | 144 | 130 |
| Binary | 11000010 | 11110011 | 11111111 | 11000 | 101 | 0 | 0 | 11000000 | 1100100 | 1011000 |
Color Harmonies of #C2F3FF
Complementary color
Monochromatic Colors of #C2F3FF
Black with #C2F3FF
Text Example
Text Example
White with #C2F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F3FF; }
p { color: rgb(194,243,255); }
H1.HeaderClassName
{
color: #C2F3FF;
}
.AnyTagClassName
{
color: #C2F3FF;
}
</style>
background-color css
<style>
a { background-color: #C2F3FF; }
a { background-color: rgb(194,243,255); }
div.DivClassName
{
background-color: #C2F3FF;
}
.BgClassName
{
background-color: #C2F3FF;
}
</style>
border-color css
<style>
span { border-color: #C2F3FF; }
span { border-color: rgb(194,243,255); }
td.TdClassName
{
border-color: #C2F3FF;
}
.TagClassName
{
border-color: #C2F3FF;
}
</style>