Shades of Summer Sky #2AAFDC
Tints of Summer Sky #2AAFDC
RGB
CMYK
RGB Variations
Color information
#2AAFDC (or 0x2AAFDC) is known color: Summer Sky. HEX triplet: 2A, AF and DC. RGB value is (42,175,220). Sum of RGB (Red+Green+Blue) = 42+175+220=437 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.61% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #2AAFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAFDC is #D55023. Grayscale: #8C8C8C. Windows color (decimal): -13979684 or 14462762. OLE color: 14462762.
HSL color Cylindrical-coordinate representation of color #2AAFDC: hue angle of 195.17º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AAFDC is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 175 | 220 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.14 |
| HSL | 195.17º | 0.72% | 0.51% | - |
| HSV(B) | 195.17º | 0.81% | 0.86% | - |
| XYZ | 29.2 | 36.32 | 73.18 | - |
| YUV | 140.36 | 172.94 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 220 | 0.81 | 0.20 | 0 | 0.14 | 195.17 | 0.72 | 0.51 |
| Hex | 2A | AF | DC | 51 | 14 | 0 | E | C3 | 48 | 33 |
| Octal | 52 | 257 | 334 | 121 | 24 | 0 | 16 | 303 | 110 | 63 |
| Binary | 101010 | 10101111 | 11011100 | 1010001 | 10100 | 0 | 1110 | 11000011 | 1001000 | 110011 |
Color Harmonies of #2AAFDC
Complementary color
Monochromatic Colors of #2AAFDC
Black with #2AAFDC
Text Example
Text Example
White with #2AAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAFDC; }
p { color: rgb(42,175,220); }
H1.HeaderClassName
{
color: #2AAFDC;
}
.AnyTagClassName
{
color: #2AAFDC;
}
</style>
background-color css
<style>
a { background-color: #2AAFDC; }
a { background-color: rgb(42,175,220); }
div.DivClassName
{
background-color: #2AAFDC;
}
.BgClassName
{
background-color: #2AAFDC;
}
</style>
border-color css
<style>
span { border-color: #2AAFDC; }
span { border-color: rgb(42,175,220); }
td.TdClassName
{
border-color: #2AAFDC;
}
.TagClassName
{
border-color: #2AAFDC;
}
</style>