Shades of Onahau #C5EDFC
Tints of Onahau #C5EDFC
RGB
CMYK
RGB Variations
Color information
#C5EDFC (or 0xC5EDFC) is known color: Onahau. HEX triplet: C5, ED and FC. RGB value is (197,237,252). Sum of RGB (Red+Green+Blue) = 197+237+252=686 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.72% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5EDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EDFC is #3A1203. Grayscale: #E2E2E2. Windows color (decimal): -3805700 or 16575941. OLE color: 16575941.
HSL color Cylindrical-coordinate representation of color #C5EDFC: hue angle of 196.36º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5EDFC is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 237 | 252 | - |
CMYK | 0.22 | 0.06 | 0 | 0.01 |
HSL | 196.36º | 0.9% | 0.88% | - |
HSV(B) | 196.36º | 0.22% | 0.99% | - |
XYZ | 70.88 | 79.47 | 103.7 | - |
YUV | 226.75 | 142.25 | 106.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 237 | 252 | 0.22 | 0.06 | 0 | 0.01 | 196.36 | 0.9 | 0.88 |
Hex | C5 | ED | FC | 16 | 6 | 0 | 1 | C4 | 5A | 58 |
Octal | 305 | 355 | 374 | 26 | 6 | 0 | 1 | 304 | 132 | 130 |
Binary | 11000101 | 11101101 | 11111100 | 10110 | 110 | 0 | 1 | 11000100 | 1011010 | 1011000 |
Color Harmonies of #C5EDFC
Complementary color
Monochromatic Colors of #C5EDFC
Black with #C5EDFC
Text Example
Text Example
White with #C5EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EDFC; }
p { color: rgb(197,237,252); }
H1.HeaderClassName
{
color: #C5EDFC;
}
.AnyTagClassName
{
color: #C5EDFC;
}
</style>
background-color css
<style>
a { background-color: #C5EDFC; }
a { background-color: rgb(197,237,252); }
div.DivClassName
{
background-color: #C5EDFC;
}
.BgClassName
{
background-color: #C5EDFC;
}
</style>
border-color css
<style>
span { border-color: #C5EDFC; }
span { border-color: rgb(197,237,252); }
td.TdClassName
{
border-color: #C5EDFC;
}
.TagClassName
{
border-color: #C5EDFC;
}
</style>