Shades of Summer Sky #2AB7DE
Tints of Summer Sky #2AB7DE
RGB
CMYK
RGB Variations
Color information
#2AB7DE (or 0x2AB7DE) is known color: Summer Sky. HEX triplet: 2A, B7 and DE. RGB value is (42,183,222). Sum of RGB (Red+Green+Blue) = 42+183+222=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #2AB7DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB7DE is #D54821. Grayscale: #909090. Windows color (decimal): -13977634 or 14595882. OLE color: 14595882.
HSL color Cylindrical-coordinate representation of color #2AB7DE: hue angle of 193º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AB7DE is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 183 | 222 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.13 |
| HSL | 193º | 0.73% | 0.52% | - |
| HSV(B) | 193º | 0.81% | 0.87% | - |
| XYZ | 31.07 | 39.63 | 75.12 | - |
| YUV | 145.29 | 171.29 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 222 | 0.81 | 0.18 | 0 | 0.13 | 193 | 0.73 | 0.52 |
| Hex | 2A | B7 | DE | 51 | 12 | 0 | D | C1 | 49 | 34 |
| Octal | 52 | 267 | 336 | 121 | 22 | 0 | 15 | 301 | 111 | 64 |
| Binary | 101010 | 10110111 | 11011110 | 1010001 | 10010 | 0 | 1101 | 11000001 | 1001001 | 110100 |
Color Harmonies of #2AB7DE
Complementary color
Monochromatic Colors of #2AB7DE
Black with #2AB7DE
Text Example
Text Example
White with #2AB7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB7DE; }
p { color: rgb(42,183,222); }
H1.HeaderClassName
{
color: #2AB7DE;
}
.AnyTagClassName
{
color: #2AB7DE;
}
</style>
background-color css
<style>
a { background-color: #2AB7DE; }
a { background-color: rgb(42,183,222); }
div.DivClassName
{
background-color: #2AB7DE;
}
.BgClassName
{
background-color: #2AB7DE;
}
</style>
border-color css
<style>
span { border-color: #2AB7DE; }
span { border-color: rgb(42,183,222); }
td.TdClassName
{
border-color: #2AB7DE;
}
.TagClassName
{
border-color: #2AB7DE;
}
</style>