Shades of Onahau #C2F7FF
Tints of Onahau #C2F7FF
RGB
CMYK
RGB Variations
Color information
#C2F7FF (or 0xC2F7FF) is known color: Onahau. HEX triplet: C2, F7 and FF. RGB value is (194,247,255). Sum of RGB (Red+Green+Blue) = 194+247+255=696 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.87% from 696); Green value is 247 (96.88% from 255 or 35.49% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2F7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F7FF is #3D0800. Grayscale: #E7E7E7. Windows color (decimal): -3999745 or 16775106. OLE color: 16775106.
HSL color Cylindrical-coordinate representation of color #C2F7FF: hue angle of 187.87º 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 #C2F7FF is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 247 | 255 | - |
| CMYK | 0.24 | 0.03 | 0 | 0 |
| HSL | 187.87º | 1% | 0.88% | - |
| HSV(B) | 187.87º | 0.24% | 1% | - |
| XYZ | 73.56 | 85.21 | 107.18 | - |
| YUV | 232.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 255 | 0.24 | 0.03 | 0 | 0 | 187.87 | 1 | 0.88 |
| Hex | C2 | F7 | FF | 18 | 3 | 0 | 0 | BC | 64 | 58 |
| Octal | 302 | 367 | 377 | 30 | 3 | 0 | 0 | 274 | 144 | 130 |
| Binary | 11000010 | 11110111 | 11111111 | 11000 | 11 | 0 | 0 | 10111100 | 1100100 | 1011000 |
Color Harmonies of #C2F7FF
Complementary color
Monochromatic Colors of #C2F7FF
Black with #C2F7FF
Text Example
Text Example
White with #C2F7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F7FF; }
p { color: rgb(194,247,255); }
H1.HeaderClassName
{
color: #C2F7FF;
}
.AnyTagClassName
{
color: #C2F7FF;
}
</style>
background-color css
<style>
a { background-color: #C2F7FF; }
a { background-color: rgb(194,247,255); }
div.DivClassName
{
background-color: #C2F7FF;
}
.BgClassName
{
background-color: #C2F7FF;
}
</style>
border-color css
<style>
span { border-color: #C2F7FF; }
span { border-color: rgb(194,247,255); }
td.TdClassName
{
border-color: #C2F7FF;
}
.TagClassName
{
border-color: #C2F7FF;
}
</style>