Shades of Summer Sky #2EAFDB
Tints of Summer Sky #2EAFDB
RGB
CMYK
RGB Variations
Color information
#2EAFDB (or 0x2EAFDB) is known color: Summer Sky. HEX triplet: 2E, AF and DB. RGB value is (46,175,219). Sum of RGB (Red+Green+Blue) = 46+175+219=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #2EAFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAFDB is #D15024. Grayscale: #8D8D8D. Windows color (decimal): -13717541 or 14397230. OLE color: 14397230.
HSL color Cylindrical-coordinate representation of color #2EAFDB: hue angle of 195.26º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EAFDB is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 175 | 219 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.14 |
| HSL | 195.26º | 0.71% | 0.52% | - |
| HSV(B) | 195.26º | 0.79% | 0.86% | - |
| XYZ | 29.24 | 36.36 | 72.49 | - |
| YUV | 141.45 | 171.76 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 219 | 0.79 | 0.20 | 0 | 0.14 | 195.26 | 0.71 | 0.52 |
| Hex | 2E | AF | DB | 4F | 14 | 0 | E | C3 | 47 | 34 |
| Octal | 56 | 257 | 333 | 117 | 24 | 0 | 16 | 303 | 107 | 64 |
| Binary | 101110 | 10101111 | 11011011 | 1001111 | 10100 | 0 | 1110 | 11000011 | 1000111 | 110100 |
Color Harmonies of #2EAFDB
Complementary color
Monochromatic Colors of #2EAFDB
Black with #2EAFDB
Text Example
Text Example
White with #2EAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAFDB; }
p { color: rgb(46,175,219); }
H1.HeaderClassName
{
color: #2EAFDB;
}
.AnyTagClassName
{
color: #2EAFDB;
}
</style>
background-color css
<style>
a { background-color: #2EAFDB; }
a { background-color: rgb(46,175,219); }
div.DivClassName
{
background-color: #2EAFDB;
}
.BgClassName
{
background-color: #2EAFDB;
}
</style>
border-color css
<style>
span { border-color: #2EAFDB; }
span { border-color: rgb(46,175,219); }
td.TdClassName
{
border-color: #2EAFDB;
}
.TagClassName
{
border-color: #2EAFDB;
}
</style>