Shades of Aero Blue #C3DDD0
Tints of Aero Blue #C3DDD0
RGB
CMYK
RGB Variations
Color information
#C3DDD0 (or 0xC3DDD0) is known color: Aero Blue. HEX triplet: C3, DD and D0. RGB value is (195,221,208). Sum of RGB (Red+Green+Blue) = 195+221+208=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDD0 is #3C222F. Grayscale: #D3D3D3. Windows color (decimal): -3940912 or 13688259. OLE color: 13688259.
HSL color Cylindrical-coordinate representation of color #C3DDD0: hue angle of 150º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DDD0 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 195 | 221 | 208 | - |
CMYK | 0.12 | 0 | 0.06 | 0.13 |
HSL | 150º | 0.28% | 0.82% | - |
HSV(B) | 150º | 0.12% | 0.87% | - |
XYZ | 59.75 | 67.87 | 69.63 | - |
YUV | 211.74 | 125.89 | 116.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 221 | 208 | 0.12 | 0 | 0.06 | 0.13 | 150 | 0.28 | 0.82 |
Hex | C3 | DD | D0 | C | 0 | 6 | D | 96 | 1C | 52 |
Octal | 303 | 335 | 320 | 14 | 0 | 6 | 15 | 226 | 34 | 122 |
Binary | 11000011 | 11011101 | 11010000 | 1100 | 0 | 110 | 1101 | 10010110 | 11100 | 1010010 |
Color Harmonies of #C3DDD0
Complementary color
Monochromatic Colors of #C3DDD0
Black with #C3DDD0
Text Example
Text Example
White with #C3DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDD0; }
p { color: rgb(195,221,208); }
H1.HeaderClassName
{
color: #C3DDD0;
}
.AnyTagClassName
{
color: #C3DDD0;
}
</style>
background-color css
<style>
a { background-color: #C3DDD0; }
a { background-color: rgb(195,221,208); }
div.DivClassName
{
background-color: #C3DDD0;
}
.BgClassName
{
background-color: #C3DDD0;
}
</style>
border-color css
<style>
span { border-color: #C3DDD0; }
span { border-color: rgb(195,221,208); }
td.TdClassName
{
border-color: #C3DDD0;
}
.TagClassName
{
border-color: #C3DDD0;
}
</style>