Shades of Aero Blue #C3E4D0
Tints of Aero Blue #C3E4D0
RGB
CMYK
RGB Variations
Color information
#C3E4D0 (or 0xC3E4D0) is known color: Aero Blue. HEX triplet: C3, E4 and D0. RGB value is (195,228,208). Sum of RGB (Red+Green+Blue) = 195+228+208=631 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.90% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 228 - color contains mainly: green. Hex color #C3E4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E4D0 is #3C1B2F. Grayscale: #D7D7D7. Windows color (decimal): -3939120 or 13690051. OLE color: 13690051.
HSL color Cylindrical-coordinate representation of color #C3E4D0: hue angle of 143.64º degrees, saturation: 0.38, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3E4D0 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
RGB | 195 | 228 | 208 | - |
CMYK | 0.14 | 0 | 0.09 | 0.11 |
HSL | 143.64º | 0.38% | 0.83% | - |
HSV(B) | 143.64º | 0.14% | 0.89% | - |
XYZ | 61.63 | 71.64 | 70.25 | - |
YUV | 215.85 | 123.57 | 113.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 228 | 208 | 0.14 | 0 | 0.09 | 0.11 | 143.64 | 0.38 | 0.83 |
Hex | C3 | E4 | D0 | E | 0 | 9 | B | 90 | 26 | 53 |
Octal | 303 | 344 | 320 | 16 | 0 | 11 | 13 | 220 | 46 | 123 |
Binary | 11000011 | 11100100 | 11010000 | 1110 | 0 | 1001 | 1011 | 10010000 | 100110 | 1010011 |
Color Harmonies of #C3E4D0
Complementary color
Monochromatic Colors of #C3E4D0
Black with #C3E4D0
Text Example
Text Example
White with #C3E4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E4D0; }
p { color: rgb(195,228,208); }
H1.HeaderClassName
{
color: #C3E4D0;
}
.AnyTagClassName
{
color: #C3E4D0;
}
</style>
background-color css
<style>
a { background-color: #C3E4D0; }
a { background-color: rgb(195,228,208); }
div.DivClassName
{
background-color: #C3E4D0;
}
.BgClassName
{
background-color: #C3E4D0;
}
</style>
border-color css
<style>
span { border-color: #C3E4D0; }
span { border-color: rgb(195,228,208); }
td.TdClassName
{
border-color: #C3E4D0;
}
.TagClassName
{
border-color: #C3E4D0;
}
</style>