Shades of Onahau #C1ECFB
Tints of Onahau #C1ECFB
RGB
CMYK
RGB Variations
Color information
#C1ECFB (or 0xC1ECFB) is known color: Onahau. HEX triplet: C1, EC and FB. RGB value is (193,236,251). Sum of RGB (Red+Green+Blue) = 193+236+251=680 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.38% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1ECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1ECFB is #3E1304. Grayscale: #E0E0E0. Windows color (decimal): -4068101 or 16510145. OLE color: 16510145.
HSL color Cylindrical-coordinate representation of color #C1ECFB: hue angle of 195.52º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1ECFB is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 193 | 236 | 251 | - |
CMYK | 0.23 | 0.06 | 0 | 0.02 |
HSL | 195.52º | 0.88% | 0.87% | - |
HSV(B) | 195.52º | 0.23% | 0.98% | - |
XYZ | 69.4 | 78.29 | 102.72 | - |
YUV | 224.85 | 142.75 | 105.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 236 | 251 | 0.23 | 0.06 | 0 | 0.02 | 195.52 | 0.88 | 0.87 |
Hex | C1 | EC | FB | 17 | 6 | 0 | 2 | C4 | 58 | 57 |
Octal | 301 | 354 | 373 | 27 | 6 | 0 | 2 | 304 | 130 | 127 |
Binary | 11000001 | 11101100 | 11111011 | 10111 | 110 | 0 | 10 | 11000100 | 1011000 | 1010111 |
Color Harmonies of #C1ECFB
Complementary color
Monochromatic Colors of #C1ECFB
Black with #C1ECFB
Text Example
Text Example
White with #C1ECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ECFB; }
p { color: rgb(193,236,251); }
H1.HeaderClassName
{
color: #C1ECFB;
}
.AnyTagClassName
{
color: #C1ECFB;
}
</style>
background-color css
<style>
a { background-color: #C1ECFB; }
a { background-color: rgb(193,236,251); }
div.DivClassName
{
background-color: #C1ECFB;
}
.BgClassName
{
background-color: #C1ECFB;
}
</style>
border-color css
<style>
span { border-color: #C1ECFB; }
span { border-color: rgb(193,236,251); }
td.TdClassName
{
border-color: #C1ECFB;
}
.TagClassName
{
border-color: #C1ECFB;
}
</style>