Shades of Onahau #C2F9FF
Tints of Onahau #C2F9FF
RGB
CMYK
RGB Variations
Color information
#C2F9FF (or 0xC2F9FF) is known color: Onahau. HEX triplet: C2, F9 and FF. RGB value is (194,249,255). Sum of RGB (Red+Green+Blue) = 194+249+255=698 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.79% from 698); Green value is 249 (97.66% from 255 or 35.67% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2F9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F9FF is #3D0600. Grayscale: #E9E9E9. Windows color (decimal): -3999233 or 16775618. OLE color: 16775618.
HSL color Cylindrical-coordinate representation of color #C2F9FF: hue angle of 185.9º 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 #C2F9FF is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 249 | 255 | - |
| CMYK | 0.24 | 0.02 | 0 | 0 |
| HSL | 185.9º | 1% | 0.88% | - |
| HSV(B) | 185.9º | 0.24% | 1% | - |
| XYZ | 74.17 | 86.44 | 107.38 | - |
| YUV | 233.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 255 | 0.24 | 0.02 | 0 | 0 | 185.9 | 1 | 0.88 |
| Hex | C2 | F9 | FF | 18 | 2 | 0 | 0 | BA | 64 | 58 |
| Octal | 302 | 371 | 377 | 30 | 2 | 0 | 0 | 272 | 144 | 130 |
| Binary | 11000010 | 11111001 | 11111111 | 11000 | 10 | 0 | 0 | 10111010 | 1100100 | 1011000 |
Color Harmonies of #C2F9FF
Complementary color
Monochromatic Colors of #C2F9FF
Black with #C2F9FF
Text Example
Text Example
White with #C2F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F9FF; }
p { color: rgb(194,249,255); }
H1.HeaderClassName
{
color: #C2F9FF;
}
.AnyTagClassName
{
color: #C2F9FF;
}
</style>
background-color css
<style>
a { background-color: #C2F9FF; }
a { background-color: rgb(194,249,255); }
div.DivClassName
{
background-color: #C2F9FF;
}
.BgClassName
{
background-color: #C2F9FF;
}
</style>
border-color css
<style>
span { border-color: #C2F9FF; }
span { border-color: rgb(194,249,255); }
td.TdClassName
{
border-color: #C2F9FF;
}
.TagClassName
{
border-color: #C2F9FF;
}
</style>