Shades of Aero Blue #C5DCCF
Tints of Aero Blue #C5DCCF
RGB
CMYK
RGB Variations
Color information
#C5DCCF (or 0xC5DCCF) is known color: Aero Blue. HEX triplet: C5, DC and CF. RGB value is (197,220,207). Sum of RGB (Red+Green+Blue) = 197+220+207=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCCF is #3A2330. Grayscale: #D3D3D3. Windows color (decimal): -3810097 or 13622469. OLE color: 13622469.
HSL color Cylindrical-coordinate representation of color #C5DCCF: hue angle of 146.09º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DCCF is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 197 | 220 | 207 | - |
CMYK | 0.10 | 0 | 0.06 | 0.14 |
HSL | 146.09º | 0.25% | 0.82% | - |
HSV(B) | 146.09º | 0.1% | 0.86% | - |
XYZ | 59.88 | 67.56 | 68.92 | - |
YUV | 211.64 | 125.38 | 117.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 220 | 207 | 0.10 | 0 | 0.06 | 0.14 | 146.09 | 0.25 | 0.82 |
Hex | C5 | DC | CF | A | 0 | 6 | E | 92 | 19 | 52 |
Octal | 305 | 334 | 317 | 12 | 0 | 6 | 16 | 222 | 31 | 122 |
Binary | 11000101 | 11011100 | 11001111 | 1010 | 0 | 110 | 1110 | 10010010 | 11001 | 1010010 |
Color Harmonies of #C5DCCF
Complementary color
Monochromatic Colors of #C5DCCF
Black with #C5DCCF
Text Example
Text Example
White with #C5DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DCCF; }
p { color: rgb(197,220,207); }
H1.HeaderClassName
{
color: #C5DCCF;
}
.AnyTagClassName
{
color: #C5DCCF;
}
</style>
background-color css
<style>
a { background-color: #C5DCCF; }
a { background-color: rgb(197,220,207); }
div.DivClassName
{
background-color: #C5DCCF;
}
.BgClassName
{
background-color: #C5DCCF;
}
</style>
border-color css
<style>
span { border-color: #C5DCCF; }
span { border-color: rgb(197,220,207); }
td.TdClassName
{
border-color: #C5DCCF;
}
.TagClassName
{
border-color: #C5DCCF;
}
</style>