Shades of Aero Blue #C5F1DB
Tints of Aero Blue #C5F1DB
RGB
CMYK
RGB Variations
Color information
#C5F1DB (or 0xC5F1DB) is known color: Aero Blue. HEX triplet: C5, F1 and DB. RGB value is (197,241,219). Sum of RGB (Red+Green+Blue) = 197+241+219=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F1DB is #3A0E24. Grayscale: #E1E1E1. Windows color (decimal): -3804709 or 14414277. OLE color: 14414277.
HSL color Cylindrical-coordinate representation of color #C5F1DB: hue angle of 150º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5F1DB is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 197 | 241 | 219 | - |
CMYK | 0.18 | 0 | 0.09 | 0.05 |
HSL | 150º | 0.61% | 0.86% | - |
HSV(B) | 150º | 0.18% | 0.95% | - |
XYZ | 67.27 | 79.9 | 78.89 | - |
YUV | 225.34 | 124.42 | 107.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 241 | 219 | 0.18 | 0 | 0.09 | 0.05 | 150 | 0.61 | 0.86 |
Hex | C5 | F1 | DB | 12 | 0 | 9 | 5 | 96 | 3D | 56 |
Octal | 305 | 361 | 333 | 22 | 0 | 11 | 5 | 226 | 75 | 126 |
Binary | 11000101 | 11110001 | 11011011 | 10010 | 0 | 1001 | 101 | 10010110 | 111101 | 1010110 |
Color Harmonies of #C5F1DB
Complementary color
Monochromatic Colors of #C5F1DB
Black with #C5F1DB
Text Example
Text Example
White with #C5F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F1DB; }
p { color: rgb(197,241,219); }
H1.HeaderClassName
{
color: #C5F1DB;
}
.AnyTagClassName
{
color: #C5F1DB;
}
</style>
background-color css
<style>
a { background-color: #C5F1DB; }
a { background-color: rgb(197,241,219); }
div.DivClassName
{
background-color: #C5F1DB;
}
.BgClassName
{
background-color: #C5F1DB;
}
</style>
border-color css
<style>
span { border-color: #C5F1DB; }
span { border-color: rgb(197,241,219); }
td.TdClassName
{
border-color: #C5F1DB;
}
.TagClassName
{
border-color: #C5F1DB;
}
</style>