Shades of Onahau #C1EDFC
Tints of Onahau #C1EDFC
RGB
CMYK
RGB Variations
Color information
#C1EDFC (or 0xC1EDFC) is known color: Onahau. HEX triplet: C1, ED and FC. RGB value is (193,237,252). Sum of RGB (Red+Green+Blue) = 193+237+252=682 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.30% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1EDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EDFC is #3E1203. Grayscale: #E1E1E1. Windows color (decimal): -4067844 or 16575937. OLE color: 16575937.
HSL color Cylindrical-coordinate representation of color #C1EDFC: hue angle of 195.25º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1EDFC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 193 | 237 | 252 | - |
CMYK | 0.23 | 0.06 | 0 | 0.01 |
HSL | 195.25º | 0.91% | 0.87% | - |
HSV(B) | 195.25º | 0.23% | 0.99% | - |
XYZ | 69.85 | 78.93 | 103.65 | - |
YUV | 225.55 | 142.92 | 104.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 237 | 252 | 0.23 | 0.06 | 0 | 0.01 | 195.25 | 0.91 | 0.87 |
Hex | C1 | ED | FC | 17 | 6 | 0 | 1 | C3 | 5B | 57 |
Octal | 301 | 355 | 374 | 27 | 6 | 0 | 1 | 303 | 133 | 127 |
Binary | 11000001 | 11101101 | 11111100 | 10111 | 110 | 0 | 1 | 11000011 | 1011011 | 1010111 |
Color Harmonies of #C1EDFC
Complementary color
Monochromatic Colors of #C1EDFC
Black with #C1EDFC
Text Example
Text Example
White with #C1EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EDFC; }
p { color: rgb(193,237,252); }
H1.HeaderClassName
{
color: #C1EDFC;
}
.AnyTagClassName
{
color: #C1EDFC;
}
</style>
background-color css
<style>
a { background-color: #C1EDFC; }
a { background-color: rgb(193,237,252); }
div.DivClassName
{
background-color: #C1EDFC;
}
.BgClassName
{
background-color: #C1EDFC;
}
</style>
border-color css
<style>
span { border-color: #C1EDFC; }
span { border-color: rgb(193,237,252); }
td.TdClassName
{
border-color: #C1EDFC;
}
.TagClassName
{
border-color: #C1EDFC;
}
</style>