Shades of Onahau #C1EEF2
Tints of Onahau #C1EEF2
RGB
CMYK
RGB Variations
Color information
#C1EEF2 (or 0xC1EEF2) is known color: Onahau. HEX triplet: C1, EE and F2. RGB value is (193,238,242). Sum of RGB (Red+Green+Blue) = 193+238+242=673 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.68% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #C1EEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EEF2 is #3E110D. Grayscale: #E0E0E0. Windows color (decimal): -4067598 or 15920833. OLE color: 15920833.
HSL color Cylindrical-coordinate representation of color #C1EEF2: hue angle of 184.9º 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 #C1EEF2 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 238 | 242 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.05 |
| HSL | 184.9º | 0.65% | 0.85% | - |
| HSV(B) | 184.9º | 0.2% | 0.95% | - |
| XYZ | 68.59 | 78.9 | 95.62 | - |
| YUV | 225 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 238 | 242 | 0.20 | 0.02 | 0 | 0.05 | 184.9 | 0.65 | 0.85 |
| Hex | C1 | EE | F2 | 14 | 2 | 0 | 5 | B9 | 41 | 55 |
| Octal | 301 | 356 | 362 | 24 | 2 | 0 | 5 | 271 | 101 | 125 |
| Binary | 11000001 | 11101110 | 11110010 | 10100 | 10 | 0 | 101 | 10111001 | 1000001 | 1010101 |
Color Harmonies of #C1EEF2
Complementary color
Monochromatic Colors of #C1EEF2
Black with #C1EEF2
Text Example
Text Example
White with #C1EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EEF2; }
p { color: rgb(193,238,242); }
H1.HeaderClassName
{
color: #C1EEF2;
}
.AnyTagClassName
{
color: #C1EEF2;
}
</style>
background-color css
<style>
a { background-color: #C1EEF2; }
a { background-color: rgb(193,238,242); }
div.DivClassName
{
background-color: #C1EEF2;
}
.BgClassName
{
background-color: #C1EEF2;
}
</style>
border-color css
<style>
span { border-color: #C1EEF2; }
span { border-color: rgb(193,238,242); }
td.TdClassName
{
border-color: #C1EEF2;
}
.TagClassName
{
border-color: #C1EEF2;
}
</style>