Shades of Onahau #C2F4FA
Tints of Onahau #C2F4FA
RGB
CMYK
RGB Variations
Color information
#C2F4FA (or 0xC2F4FA) is known color: Onahau. HEX triplet: C2, F4 and FA. RGB value is (194,244,250). Sum of RGB (Red+Green+Blue) = 194+244+250=688 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.20% from 688); Green value is 244 (95.70% from 255 or 35.47% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2F4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F4FA is #3D0B05. Grayscale: #E5E5E5. Windows color (decimal): -4000518 or 16446658. OLE color: 16446658.
HSL color Cylindrical-coordinate representation of color #C2F4FA: hue angle of 186.43º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2F4FA is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 244 | 250 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.02 |
| HSL | 186.43º | 0.85% | 0.87% | - |
| HSV(B) | 186.43º | 0.22% | 0.98% | - |
| XYZ | 71.85 | 83.07 | 102.69 | - |
| YUV | 229.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 250 | 0.22 | 0.02 | 0 | 0.02 | 186.43 | 0.85 | 0.87 |
| Hex | C2 | F4 | FA | 16 | 2 | 0 | 2 | BA | 55 | 57 |
| Octal | 302 | 364 | 372 | 26 | 2 | 0 | 2 | 272 | 125 | 127 |
| Binary | 11000010 | 11110100 | 11111010 | 10110 | 10 | 0 | 10 | 10111010 | 1010101 | 1010111 |
Color Harmonies of #C2F4FA
Complementary color
Monochromatic Colors of #C2F4FA
Black with #C2F4FA
Text Example
Text Example
White with #C2F4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F4FA; }
p { color: rgb(194,244,250); }
H1.HeaderClassName
{
color: #C2F4FA;
}
.AnyTagClassName
{
color: #C2F4FA;
}
</style>
background-color css
<style>
a { background-color: #C2F4FA; }
a { background-color: rgb(194,244,250); }
div.DivClassName
{
background-color: #C2F4FA;
}
.BgClassName
{
background-color: #C2F4FA;
}
</style>
border-color css
<style>
span { border-color: #C2F4FA; }
span { border-color: rgb(194,244,250); }
td.TdClassName
{
border-color: #C2F4FA;
}
.TagClassName
{
border-color: #C2F4FA;
}
</style>