Shades of Onahau #C1EDEF
Tints of Onahau #C1EDEF
RGB
CMYK
RGB Variations
Color information
#C1EDEF (or 0xC1EDEF) is known color: Onahau. HEX triplet: C1, ED and EF. RGB value is (193,237,239). Sum of RGB (Red+Green+Blue) = 193+237+239=669 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.85% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EDEF is #3E1210. Grayscale: #E0E0E0. Windows color (decimal): -4067857 or 15723969. OLE color: 15723969.
HSL color Cylindrical-coordinate representation of color #C1EDEF: hue angle of 182.61º 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 #C1EDEF is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 237 | 239 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.06 |
| HSL | 182.61º | 0.59% | 0.85% | - |
| HSV(B) | 182.61º | 0.19% | 0.94% | - |
| XYZ | 67.86 | 78.14 | 93.17 | - |
| YUV | 224.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 239 | 0.19 | 0.01 | 0 | 0.06 | 182.61 | 0.59 | 0.85 |
| Hex | C1 | ED | EF | 13 | 1 | 0 | 6 | B7 | 3B | 55 |
| Octal | 301 | 355 | 357 | 23 | 1 | 0 | 6 | 267 | 73 | 125 |
| Binary | 11000001 | 11101101 | 11101111 | 10011 | 1 | 0 | 110 | 10110111 | 111011 | 1010101 |
Color Harmonies of #C1EDEF
Complementary color
Monochromatic Colors of #C1EDEF
Black with #C1EDEF
Text Example
Text Example
White with #C1EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EDEF; }
p { color: rgb(193,237,239); }
H1.HeaderClassName
{
color: #C1EDEF;
}
.AnyTagClassName
{
color: #C1EDEF;
}
</style>
background-color css
<style>
a { background-color: #C1EDEF; }
a { background-color: rgb(193,237,239); }
div.DivClassName
{
background-color: #C1EDEF;
}
.BgClassName
{
background-color: #C1EDEF;
}
</style>
border-color css
<style>
span { border-color: #C1EDEF; }
span { border-color: rgb(193,237,239); }
td.TdClassName
{
border-color: #C1EDEF;
}
.TagClassName
{
border-color: #C1EDEF;
}
</style>