Shades of Aero Blue #C8EBDA
Tints of Aero Blue #C8EBDA
RGB
CMYK
RGB Variations
Color information
#C8EBDA (or 0xC8EBDA) is known color: Aero Blue. HEX triplet: C8, EB and DA. RGB value is (200,235,218). Sum of RGB (Red+Green+Blue) = 200+235+218=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EBDA is #371425. Grayscale: #DEDEDE. Windows color (decimal): -3609638 or 14347208. OLE color: 14347208.
HSL color Cylindrical-coordinate representation of color #C8EBDA: hue angle of 150.86º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8EBDA is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 200 | 235 | 218 | - |
CMYK | 0.15 | 0 | 0.07 | 0.08 |
HSL | 150.86º | 0.47% | 0.85% | - |
HSV(B) | 150.86º | 0.15% | 0.92% | - |
XYZ | 66.18 | 76.76 | 77.66 | - |
YUV | 222.6 | 125.4 | 111.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 235 | 218 | 0.15 | 0 | 0.07 | 0.08 | 150.86 | 0.47 | 0.85 |
Hex | C8 | EB | DA | F | 0 | 7 | 8 | 97 | 2F | 55 |
Octal | 310 | 353 | 332 | 17 | 0 | 7 | 10 | 227 | 57 | 125 |
Binary | 11001000 | 11101011 | 11011010 | 1111 | 0 | 111 | 1000 | 10010111 | 101111 | 1010101 |
Color Harmonies of #C8EBDA
Complementary color
Monochromatic Colors of #C8EBDA
Black with #C8EBDA
Text Example
Text Example
White with #C8EBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EBDA; }
p { color: rgb(200,235,218); }
H1.HeaderClassName
{
color: #C8EBDA;
}
.AnyTagClassName
{
color: #C8EBDA;
}
</style>
background-color css
<style>
a { background-color: #C8EBDA; }
a { background-color: rgb(200,235,218); }
div.DivClassName
{
background-color: #C8EBDA;
}
.BgClassName
{
background-color: #C8EBDA;
}
</style>
border-color css
<style>
span { border-color: #C8EBDA; }
span { border-color: rgb(200,235,218); }
td.TdClassName
{
border-color: #C8EBDA;
}
.TagClassName
{
border-color: #C8EBDA;
}
</style>