Shades of Onahau #C1EAEF
Tints of Onahau #C1EAEF
RGB
CMYK
RGB Variations
Color information
#C1EAEF (or 0xC1EAEF) is known color: Onahau. HEX triplet: C1, EA and EF. RGB value is (193,234,239). Sum of RGB (Red+Green+Blue) = 193+234+239=666 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.98% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EAEF is #3E1510. Grayscale: #DEDEDE. Windows color (decimal): -4068625 or 15723201. OLE color: 15723201.
HSL color Cylindrical-coordinate representation of color #C1EAEF: hue angle of 186.52º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EAEF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 234 | 239 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.06 |
| HSL | 186.52º | 0.59% | 0.85% | - |
| HSV(B) | 186.52º | 0.19% | 0.94% | - |
| XYZ | 67 | 76.42 | 92.88 | - |
| YUV | 222.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 239 | 0.19 | 0.02 | 0 | 0.06 | 186.52 | 0.59 | 0.85 |
| Hex | C1 | EA | EF | 13 | 2 | 0 | 6 | BB | 3B | 55 |
| Octal | 301 | 352 | 357 | 23 | 2 | 0 | 6 | 273 | 73 | 125 |
| Binary | 11000001 | 11101010 | 11101111 | 10011 | 10 | 0 | 110 | 10111011 | 111011 | 1010101 |
Color Harmonies of #C1EAEF
Complementary color
Monochromatic Colors of #C1EAEF
Black with #C1EAEF
Text Example
Text Example
White with #C1EAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EAEF; }
p { color: rgb(193,234,239); }
H1.HeaderClassName
{
color: #C1EAEF;
}
.AnyTagClassName
{
color: #C1EAEF;
}
</style>
background-color css
<style>
a { background-color: #C1EAEF; }
a { background-color: rgb(193,234,239); }
div.DivClassName
{
background-color: #C1EAEF;
}
.BgClassName
{
background-color: #C1EAEF;
}
</style>
border-color css
<style>
span { border-color: #C1EAEF; }
span { border-color: rgb(193,234,239); }
td.TdClassName
{
border-color: #C1EAEF;
}
.TagClassName
{
border-color: #C1EAEF;
}
</style>