Shades of Onahau #C1EDFF
Tints of Onahau #C1EDFF
RGB
CMYK
RGB Variations
Color information
#C1EDFF (or 0xC1EDFF) is known color: Onahau. HEX triplet: C1, ED and FF. RGB value is (193,237,255). Sum of RGB (Red+Green+Blue) = 193+237+255=685 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.18% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EDFF is #3E1200. Grayscale: #E1E1E1. Windows color (decimal): -4067841 or 16772545. OLE color: 16772545.
HSL color Cylindrical-coordinate representation of color #C1EDFF: hue angle of 197.42º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1EDFF is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 237 | 255 | - |
| CMYK | 0.24 | 0.07 | 0 | 0 |
| HSL | 197.42º | 1% | 0.88% | - |
| HSV(B) | 197.42º | 0.24% | 1% | - |
| XYZ | 70.33 | 79.13 | 106.17 | - |
| YUV | 225.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 255 | 0.24 | 0.07 | 0 | 0 | 197.42 | 1 | 0.88 |
| Hex | C1 | ED | FF | 18 | 7 | 0 | 0 | C5 | 64 | 58 |
| Octal | 301 | 355 | 377 | 30 | 7 | 0 | 0 | 305 | 144 | 130 |
| Binary | 11000001 | 11101101 | 11111111 | 11000 | 111 | 0 | 0 | 11000101 | 1100100 | 1011000 |
Color Harmonies of #C1EDFF
Complementary color
Monochromatic Colors of #C1EDFF
Black with #C1EDFF
Text Example
Text Example
White with #C1EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EDFF; }
p { color: rgb(193,237,255); }
H1.HeaderClassName
{
color: #C1EDFF;
}
.AnyTagClassName
{
color: #C1EDFF;
}
</style>
background-color css
<style>
a { background-color: #C1EDFF; }
a { background-color: rgb(193,237,255); }
div.DivClassName
{
background-color: #C1EDFF;
}
.BgClassName
{
background-color: #C1EDFF;
}
</style>
border-color css
<style>
span { border-color: #C1EDFF; }
span { border-color: rgb(193,237,255); }
td.TdClassName
{
border-color: #C1EDFF;
}
.TagClassName
{
border-color: #C1EDFF;
}
</style>