Shades of Summer Sky #2AA8DA
Tints of Summer Sky #2AA8DA
RGB
CMYK
RGB Variations
Color information
#2AA8DA (or 0x2AA8DA) is known color: Summer Sky. HEX triplet: 2A, A8 and DA. RGB value is (42,168,218). Sum of RGB (Red+Green+Blue) = 42+168+218=428 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.81% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #2AA8DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA8DA is #D55725. Grayscale: #878787. Windows color (decimal): -13981478 or 14329898. OLE color: 14329898.
HSL color Cylindrical-coordinate representation of color #2AA8DA: hue angle of 197.05º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AA8DA is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 168 | 218 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.15 |
| HSL | 197.05º | 0.7% | 0.51% | - |
| HSV(B) | 197.05º | 0.81% | 0.85% | - |
| XYZ | 27.61 | 33.56 | 71.35 | - |
| YUV | 136.03 | 174.26 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 218 | 0.81 | 0.23 | 0 | 0.15 | 197.05 | 0.7 | 0.51 |
| Hex | 2A | A8 | DA | 51 | 17 | 0 | F | C5 | 46 | 33 |
| Octal | 52 | 250 | 332 | 121 | 27 | 0 | 17 | 305 | 106 | 63 |
| Binary | 101010 | 10101000 | 11011010 | 1010001 | 10111 | 0 | 1111 | 11000101 | 1000110 | 110011 |
Color Harmonies of #2AA8DA
Complementary color
Monochromatic Colors of #2AA8DA
Black with #2AA8DA
Text Example
Text Example
White with #2AA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA8DA; }
p { color: rgb(42,168,218); }
H1.HeaderClassName
{
color: #2AA8DA;
}
.AnyTagClassName
{
color: #2AA8DA;
}
</style>
background-color css
<style>
a { background-color: #2AA8DA; }
a { background-color: rgb(42,168,218); }
div.DivClassName
{
background-color: #2AA8DA;
}
.BgClassName
{
background-color: #2AA8DA;
}
</style>
border-color css
<style>
span { border-color: #2AA8DA; }
span { border-color: rgb(42,168,218); }
td.TdClassName
{
border-color: #2AA8DA;
}
.TagClassName
{
border-color: #2AA8DA;
}
</style>