Shades of Summer Sky #2EAFCB
Tints of Summer Sky #2EAFCB
RGB
CMYK
RGB Variations
Color information
#2EAFCB (or 0x2EAFCB) is known color: Summer Sky. HEX triplet: 2E, AF and CB. RGB value is (46,175,203). Sum of RGB (Red+Green+Blue) = 46+175+203=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EAFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAFCB is #D15034. Grayscale: #8B8B8B. Windows color (decimal): -13717557 or 13348654. OLE color: 13348654.
HSL color Cylindrical-coordinate representation of color #2EAFCB: hue angle of 190.7º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EAFCB is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 175 | 203 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.20 |
| HSL | 190.7º | 0.63% | 0.49% | - |
| HSV(B) | 190.7º | 0.77% | 0.8% | - |
| XYZ | 27.24 | 35.55 | 61.93 | - |
| YUV | 139.62 | 163.76 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 203 | 0.77 | 0.14 | 0 | 0.20 | 190.7 | 0.63 | 0.49 |
| Hex | 2E | AF | CB | 4D | E | 0 | 14 | BF | 3F | 31 |
| Octal | 56 | 257 | 313 | 115 | 16 | 0 | 24 | 277 | 77 | 61 |
| Binary | 101110 | 10101111 | 11001011 | 1001101 | 1110 | 0 | 10100 | 10111111 | 111111 | 110001 |
Color Harmonies of #2EAFCB
Complementary color
Monochromatic Colors of #2EAFCB
Black with #2EAFCB
Text Example
Text Example
White with #2EAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAFCB; }
p { color: rgb(46,175,203); }
H1.HeaderClassName
{
color: #2EAFCB;
}
.AnyTagClassName
{
color: #2EAFCB;
}
</style>
background-color css
<style>
a { background-color: #2EAFCB; }
a { background-color: rgb(46,175,203); }
div.DivClassName
{
background-color: #2EAFCB;
}
.BgClassName
{
background-color: #2EAFCB;
}
</style>
border-color css
<style>
span { border-color: #2EAFCB; }
span { border-color: rgb(46,175,203); }
td.TdClassName
{
border-color: #2EAFCB;
}
.TagClassName
{
border-color: #2EAFCB;
}
</style>