Shades of Onahau #C2F8FF
Tints of Onahau #C2F8FF
RGB
CMYK
RGB Variations
Color information
#C2F8FF (or 0xC2F8FF) is known color: Onahau. HEX triplet: C2, F8 and FF. RGB value is (194,248,255). Sum of RGB (Red+Green+Blue) = 194+248+255=697 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.83% from 697); Green value is 248 (97.27% from 255 or 35.58% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2F8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F8FF is #3D0700. Grayscale: #E8E8E8. Windows color (decimal): -3999489 or 16775362. OLE color: 16775362.
HSL color Cylindrical-coordinate representation of color #C2F8FF: hue angle of 186.89º 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 #C2F8FF is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 248 | 255 | - |
| CMYK | 0.24 | 0.03 | 0 | 0 |
| HSL | 186.89º | 1% | 0.88% | - |
| HSV(B) | 186.89º | 0.24% | 1% | - |
| XYZ | 73.87 | 85.82 | 107.28 | - |
| YUV | 232.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 255 | 0.24 | 0.03 | 0 | 0 | 186.89 | 1 | 0.88 |
| Hex | C2 | F8 | FF | 18 | 3 | 0 | 0 | BB | 64 | 58 |
| Octal | 302 | 370 | 377 | 30 | 3 | 0 | 0 | 273 | 144 | 130 |
| Binary | 11000010 | 11111000 | 11111111 | 11000 | 11 | 0 | 0 | 10111011 | 1100100 | 1011000 |
Color Harmonies of #C2F8FF
Complementary color
Monochromatic Colors of #C2F8FF
Black with #C2F8FF
Text Example
Text Example
White with #C2F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F8FF; }
p { color: rgb(194,248,255); }
H1.HeaderClassName
{
color: #C2F8FF;
}
.AnyTagClassName
{
color: #C2F8FF;
}
</style>
background-color css
<style>
a { background-color: #C2F8FF; }
a { background-color: rgb(194,248,255); }
div.DivClassName
{
background-color: #C2F8FF;
}
.BgClassName
{
background-color: #C2F8FF;
}
</style>
border-color css
<style>
span { border-color: #C2F8FF; }
span { border-color: rgb(194,248,255); }
td.TdClassName
{
border-color: #C2F8FF;
}
.TagClassName
{
border-color: #C2F8FF;
}
</style>