Shades of Onahau #C1E1EE
Tints of Onahau #C1E1EE
RGB
CMYK
RGB Variations
Color information
#C1E1EE (or 0xC1E1EE) is known color: Onahau. HEX triplet: C1, E1 and EE. RGB value is (193,225,238). Sum of RGB (Red+Green+Blue) = 193+225+238=656 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.42% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1E1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E1EE is #3E1E11. Grayscale: #D8D8D8. Windows color (decimal): -4070930 or 15655361. OLE color: 15655361.
HSL color Cylindrical-coordinate representation of color #C1E1EE: hue angle of 197.33º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1E1EE is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 225 | 238 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.07 |
| HSL | 197.33º | 0.57% | 0.85% | - |
| HSV(B) | 197.33º | 0.19% | 0.93% | - |
| XYZ | 64.35 | 71.36 | 91.27 | - |
| YUV | 216.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 238 | 0.19 | 0.05 | 0 | 0.07 | 197.33 | 0.57 | 0.85 |
| Hex | C1 | E1 | EE | 13 | 5 | 0 | 7 | C5 | 39 | 55 |
| Octal | 301 | 341 | 356 | 23 | 5 | 0 | 7 | 305 | 71 | 125 |
| Binary | 11000001 | 11100001 | 11101110 | 10011 | 101 | 0 | 111 | 11000101 | 111001 | 1010101 |
Color Harmonies of #C1E1EE
Complementary color
Monochromatic Colors of #C1E1EE
Black with #C1E1EE
Text Example
Text Example
White with #C1E1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E1EE; }
p { color: rgb(193,225,238); }
H1.HeaderClassName
{
color: #C1E1EE;
}
.AnyTagClassName
{
color: #C1E1EE;
}
</style>
background-color css
<style>
a { background-color: #C1E1EE; }
a { background-color: rgb(193,225,238); }
div.DivClassName
{
background-color: #C1E1EE;
}
.BgClassName
{
background-color: #C1E1EE;
}
</style>
border-color css
<style>
span { border-color: #C1E1EE; }
span { border-color: rgb(193,225,238); }
td.TdClassName
{
border-color: #C1E1EE;
}
.TagClassName
{
border-color: #C1E1EE;
}
</style>