Shades of Summer Sky #2ECBFF
Tints of Summer Sky #2ECBFF
RGB
CMYK
RGB Variations
Color information
#2ECBFF (or 0x2ECBFF) is known color: Summer Sky. HEX triplet: 2E, CB and FF. RGB value is (46,203,255). Sum of RGB (Red+Green+Blue) = 46+203+255=504 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.13% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #2ECBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECBFF is #D13400. Grayscale: #A1A1A1. Windows color (decimal): -13710337 or 16763694. OLE color: 16763694.
HSL color Cylindrical-coordinate representation of color #2ECBFF: hue angle of 194.93º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ECBFF is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 203 | 255 | - |
| CMYK | 0.82 | 0.20 | 0 | 0 |
| HSL | 194.93º | 1% | 0.59% | - |
| HSV(B) | 194.93º | 0.82% | 1% | - |
| XYZ | 40.53 | 50.51 | 102.22 | - |
| YUV | 161.99 | 180.49 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 255 | 0.82 | 0.20 | 0 | 0 | 194.93 | 1 | 0.59 |
| Hex | 2E | CB | FF | 52 | 14 | 0 | 0 | C3 | 64 | 3B |
| Octal | 56 | 313 | 377 | 122 | 24 | 0 | 0 | 303 | 144 | 73 |
| Binary | 101110 | 11001011 | 11111111 | 1010010 | 10100 | 0 | 0 | 11000011 | 1100100 | 111011 |
Color Harmonies of #2ECBFF
Complementary color
Monochromatic Colors of #2ECBFF
Black with #2ECBFF
Text Example
Text Example
White with #2ECBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECBFF; }
p { color: rgb(46,203,255); }
H1.HeaderClassName
{
color: #2ECBFF;
}
.AnyTagClassName
{
color: #2ECBFF;
}
</style>
background-color css
<style>
a { background-color: #2ECBFF; }
a { background-color: rgb(46,203,255); }
div.DivClassName
{
background-color: #2ECBFF;
}
.BgClassName
{
background-color: #2ECBFF;
}
</style>
border-color css
<style>
span { border-color: #2ECBFF; }
span { border-color: rgb(46,203,255); }
td.TdClassName
{
border-color: #2ECBFF;
}
.TagClassName
{
border-color: #2ECBFF;
}
</style>