Shades of Onahau #C1E6EE
Tints of Onahau #C1E6EE
RGB
CMYK
RGB Variations
Color information
#C1E6EE (or 0xC1E6EE) is known color: Onahau. HEX triplet: C1, E6 and EE. RGB value is (193,230,238). Sum of RGB (Red+Green+Blue) = 193+230+238=661 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.20% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1E6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1E6EE is #3E1911. Grayscale: #DBDBDB. Windows color (decimal): -4069650 or 15656641. OLE color: 15656641.
HSL color Cylindrical-coordinate representation of color #C1E6EE: hue angle of 190.67º 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 #C1E6EE is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 230 | 238 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.07 |
| HSL | 190.67º | 0.57% | 0.85% | - |
| HSV(B) | 190.67º | 0.19% | 0.93% | - |
| XYZ | 65.72 | 74.1 | 91.73 | - |
| YUV | 219.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 230 | 238 | 0.19 | 0.03 | 0 | 0.07 | 190.67 | 0.57 | 0.85 |
| Hex | C1 | E6 | EE | 13 | 3 | 0 | 7 | BF | 39 | 55 |
| Octal | 301 | 346 | 356 | 23 | 3 | 0 | 7 | 277 | 71 | 125 |
| Binary | 11000001 | 11100110 | 11101110 | 10011 | 11 | 0 | 111 | 10111111 | 111001 | 1010101 |
Color Harmonies of #C1E6EE
Complementary color
Monochromatic Colors of #C1E6EE
Black with #C1E6EE
Text Example
Text Example
White with #C1E6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E6EE; }
p { color: rgb(193,230,238); }
H1.HeaderClassName
{
color: #C1E6EE;
}
.AnyTagClassName
{
color: #C1E6EE;
}
</style>
background-color css
<style>
a { background-color: #C1E6EE; }
a { background-color: rgb(193,230,238); }
div.DivClassName
{
background-color: #C1E6EE;
}
.BgClassName
{
background-color: #C1E6EE;
}
</style>
border-color css
<style>
span { border-color: #C1E6EE; }
span { border-color: rgb(193,230,238); }
td.TdClassName
{
border-color: #C1E6EE;
}
.TagClassName
{
border-color: #C1E6EE;
}
</style>