Shades of Aero Blue #C5EBD4
Tints of Aero Blue #C5EBD4
RGB
CMYK
RGB Variations
Color information
#C5EBD4 (or 0xC5EBD4) is known color: Aero Blue. HEX triplet: C5, EB and D4. RGB value is (197,235,212). Sum of RGB (Red+Green+Blue) = 197+235+212=644 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.59% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EBD4 is #3A142B. Grayscale: #DDDDDD. Windows color (decimal): -3806252 or 13953989. OLE color: 13953989.
HSL color Cylindrical-coordinate representation of color #C5EBD4: hue angle of 143.68º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5EBD4 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 197 | 235 | 212 | - |
CMYK | 0.16 | 0 | 0.10 | 0.08 |
HSL | 143.68º | 0.49% | 0.85% | - |
HSV(B) | 143.68º | 0.16% | 0.92% | - |
XYZ | 64.62 | 76.04 | 73.56 | - |
YUV | 221.02 | 122.91 | 110.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 235 | 212 | 0.16 | 0 | 0.10 | 0.08 | 143.68 | 0.49 | 0.85 |
Hex | C5 | EB | D4 | 10 | 0 | A | 8 | 90 | 31 | 55 |
Octal | 305 | 353 | 324 | 20 | 0 | 12 | 10 | 220 | 61 | 125 |
Binary | 11000101 | 11101011 | 11010100 | 10000 | 0 | 1010 | 1000 | 10010000 | 110001 | 1010101 |
Color Harmonies of #C5EBD4
Complementary color
Monochromatic Colors of #C5EBD4
Black with #C5EBD4
Text Example
Text Example
White with #C5EBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EBD4; }
p { color: rgb(197,235,212); }
H1.HeaderClassName
{
color: #C5EBD4;
}
.AnyTagClassName
{
color: #C5EBD4;
}
</style>
background-color css
<style>
a { background-color: #C5EBD4; }
a { background-color: rgb(197,235,212); }
div.DivClassName
{
background-color: #C5EBD4;
}
.BgClassName
{
background-color: #C5EBD4;
}
</style>
border-color css
<style>
span { border-color: #C5EBD4; }
span { border-color: rgb(197,235,212); }
td.TdClassName
{
border-color: #C5EBD4;
}
.TagClassName
{
border-color: #C5EBD4;
}
</style>