Shades of Onahau #C2F3FC
Tints of Onahau #C2F3FC
RGB
CMYK
RGB Variations
Color information
#C2F3FC (or 0xC2F3FC) is known color: Onahau. HEX triplet: C2, F3 and FC. RGB value is (194,243,252). Sum of RGB (Red+Green+Blue) = 194+243+252=689 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.16% from 689); Green value is 243 (95.31% from 255 or 35.27% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2F3FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F3FC is #3D0C03. Grayscale: #E5E5E5. Windows color (decimal): -4000772 or 16577474. OLE color: 16577474.
HSL color Cylindrical-coordinate representation of color #C2F3FC: hue angle of 189.31º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2F3FC is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 243 | 252 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.01 |
| HSL | 189.31º | 0.91% | 0.87% | - |
| HSV(B) | 189.31º | 0.23% | 0.99% | - |
| XYZ | 71.87 | 82.6 | 104.25 | - |
| YUV | 229.38 | 140.77 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 252 | 0.23 | 0.04 | 0 | 0.01 | 189.31 | 0.91 | 0.87 |
| Hex | C2 | F3 | FC | 17 | 4 | 0 | 1 | BD | 5B | 57 |
| Octal | 302 | 363 | 374 | 27 | 4 | 0 | 1 | 275 | 133 | 127 |
| Binary | 11000010 | 11110011 | 11111100 | 10111 | 100 | 0 | 1 | 10111101 | 1011011 | 1010111 |
Color Harmonies of #C2F3FC
Complementary color
Monochromatic Colors of #C2F3FC
Black with #C2F3FC
Text Example
Text Example
White with #C2F3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F3FC; }
p { color: rgb(194,243,252); }
H1.HeaderClassName
{
color: #C2F3FC;
}
.AnyTagClassName
{
color: #C2F3FC;
}
</style>
background-color css
<style>
a { background-color: #C2F3FC; }
a { background-color: rgb(194,243,252); }
div.DivClassName
{
background-color: #C2F3FC;
}
.BgClassName
{
background-color: #C2F3FC;
}
</style>
border-color css
<style>
span { border-color: #C2F3FC; }
span { border-color: rgb(194,243,252); }
td.TdClassName
{
border-color: #C2F3FC;
}
.TagClassName
{
border-color: #C2F3FC;
}
</style>