Shades of Onahau #C1ECED
Tints of Onahau #C1ECED
RGB
CMYK
RGB Variations
Color information
#C1ECED (or 0xC1ECED) is known color: Onahau. HEX triplet: C1, EC and ED. RGB value is (193,236,237). Sum of RGB (Red+Green+Blue) = 193+236+237=666 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.98% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1ECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1ECED is #3E1312. Grayscale: #DFDFDF. Windows color (decimal): -4068115 or 15592641. OLE color: 15592641.
HSL color Cylindrical-coordinate representation of color #C1ECED: hue angle of 181.36º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1ECED is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 193 | 236 | 237 | - |
CMYK | 0.19 | 0.00 | 0 | 0.07 |
HSL | 181.36º | 0.55% | 0.84% | - |
HSV(B) | 181.36º | 0.19% | 0.93% | - |
XYZ | 67.27 | 77.44 | 91.52 | - |
YUV | 223.26 | 135.75 | 106.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 236 | 237 | 0.19 | 0.00 | 0 | 0.07 | 181.36 | 0.55 | 0.84 |
Hex | C1 | EC | ED | 13 | 0 | 0 | 7 | B5 | 37 | 54 |
Octal | 301 | 354 | 355 | 23 | 0 | 0 | 7 | 265 | 67 | 124 |
Binary | 11000001 | 11101100 | 11101101 | 10011 | 0 | 0 | 111 | 10110101 | 110111 | 1010100 |
Color Harmonies of #C1ECED
Complementary color
Monochromatic Colors of #C1ECED
Black with #C1ECED
Text Example
Text Example
White with #C1ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ECED; }
p { color: rgb(193,236,237); }
H1.HeaderClassName
{
color: #C1ECED;
}
.AnyTagClassName
{
color: #C1ECED;
}
</style>
background-color css
<style>
a { background-color: #C1ECED; }
a { background-color: rgb(193,236,237); }
div.DivClassName
{
background-color: #C1ECED;
}
.BgClassName
{
background-color: #C1ECED;
}
</style>
border-color css
<style>
span { border-color: #C1ECED; }
span { border-color: rgb(193,236,237); }
td.TdClassName
{
border-color: #C1ECED;
}
.TagClassName
{
border-color: #C1ECED;
}
</style>