Shades of Onahau #C1E2ED
Tints of Onahau #C1E2ED
RGB
CMYK
RGB Variations
Color information
#C1E2ED (or 0xC1E2ED) is known color: Onahau. HEX triplet: C1, E2 and ED. RGB value is (193,226,237). Sum of RGB (Red+Green+Blue) = 193+226+237=656 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.42% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1E2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E2ED is #3E1D12. Grayscale: #D9D9D9. Windows color (decimal): -4070675 or 15590081. OLE color: 15590081.
HSL color Cylindrical-coordinate representation of color #C1E2ED: hue angle of 195º 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 #C1E2ED is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 193 | 226 | 237 | - |
CMYK | 0.19 | 0.05 | 0 | 0.07 |
HSL | 195º | 0.55% | 0.84% | - |
HSV(B) | 195º | 0.19% | 0.93% | - |
XYZ | 64.47 | 71.84 | 90.59 | - |
YUV | 217.39 | 139.07 | 110.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 226 | 237 | 0.19 | 0.05 | 0 | 0.07 | 195 | 0.55 | 0.84 |
Hex | C1 | E2 | ED | 13 | 5 | 0 | 7 | C3 | 37 | 54 |
Octal | 301 | 342 | 355 | 23 | 5 | 0 | 7 | 303 | 67 | 124 |
Binary | 11000001 | 11100010 | 11101101 | 10011 | 101 | 0 | 111 | 11000011 | 110111 | 1010100 |
Color Harmonies of #C1E2ED
Complementary color
Monochromatic Colors of #C1E2ED
Black with #C1E2ED
Text Example
Text Example
White with #C1E2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E2ED; }
p { color: rgb(193,226,237); }
H1.HeaderClassName
{
color: #C1E2ED;
}
.AnyTagClassName
{
color: #C1E2ED;
}
</style>
background-color css
<style>
a { background-color: #C1E2ED; }
a { background-color: rgb(193,226,237); }
div.DivClassName
{
background-color: #C1E2ED;
}
.BgClassName
{
background-color: #C1E2ED;
}
</style>
border-color css
<style>
span { border-color: #C1E2ED; }
span { border-color: rgb(193,226,237); }
td.TdClassName
{
border-color: #C1E2ED;
}
.TagClassName
{
border-color: #C1E2ED;
}
</style>