Shades of Onahau #C2EFF2
Tints of Onahau #C2EFF2
RGB
CMYK
RGB Variations
Color information
#C2EFF2 (or 0xC2EFF2) is known color: Onahau. HEX triplet: C2, EF and F2. RGB value is (194,239,242). Sum of RGB (Red+Green+Blue) = 194+239+242=675 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.74% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 242 - color contains mainly: blue. Hex color #C2EFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EFF2 is #3D100D. Grayscale: #E1E1E1. Windows color (decimal): -4001806 or 15921090. OLE color: 15921090.
HSL color Cylindrical-coordinate representation of color #C2EFF2: hue angle of 183.75º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2EFF2 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 239 | 242 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.05 |
| HSL | 183.75º | 0.65% | 0.85% | - |
| HSV(B) | 183.75º | 0.2% | 0.95% | - |
| XYZ | 69.14 | 79.61 | 95.73 | - |
| YUV | 225.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 242 | 0.20 | 0.01 | 0 | 0.05 | 183.75 | 0.65 | 0.85 |
| Hex | C2 | EF | F2 | 14 | 1 | 0 | 5 | B8 | 41 | 55 |
| Octal | 302 | 357 | 362 | 24 | 1 | 0 | 5 | 270 | 101 | 125 |
| Binary | 11000010 | 11101111 | 11110010 | 10100 | 1 | 0 | 101 | 10111000 | 1000001 | 1010101 |
Color Harmonies of #C2EFF2
Complementary color
Monochromatic Colors of #C2EFF2
Black with #C2EFF2
Text Example
Text Example
White with #C2EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EFF2; }
p { color: rgb(194,239,242); }
H1.HeaderClassName
{
color: #C2EFF2;
}
.AnyTagClassName
{
color: #C2EFF2;
}
</style>
background-color css
<style>
a { background-color: #C2EFF2; }
a { background-color: rgb(194,239,242); }
div.DivClassName
{
background-color: #C2EFF2;
}
.BgClassName
{
background-color: #C2EFF2;
}
</style>
border-color css
<style>
span { border-color: #C2EFF2; }
span { border-color: rgb(194,239,242); }
td.TdClassName
{
border-color: #C2EFF2;
}
.TagClassName
{
border-color: #C2EFF2;
}
</style>