Shades of Summer Sky #2ECBFD
Tints of Summer Sky #2ECBFD
RGB
CMYK
RGB Variations
Color information
#2ECBFD (or 0x2ECBFD) is known color: Summer Sky. HEX triplet: 2E, CB and FD. RGB value is (46,203,253). Sum of RGB (Red+Green+Blue) = 46+203+253=502 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.16% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #2ECBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECBFD is #D13402. Grayscale: #A1A1A1. Windows color (decimal): -13710339 or 16632622. OLE color: 16632622.
HSL color Cylindrical-coordinate representation of color #2ECBFD: hue angle of 194.49º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ECBFD is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 203 | 253 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.01 |
| HSL | 194.49º | 0.98% | 0.59% | - |
| HSV(B) | 194.49º | 0.82% | 0.99% | - |
| XYZ | 40.21 | 50.38 | 100.53 | - |
| YUV | 161.76 | 179.49 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 253 | 0.82 | 0.20 | 0 | 0.01 | 194.49 | 0.98 | 0.59 |
| Hex | 2E | CB | FD | 52 | 14 | 0 | 1 | C2 | 62 | 3B |
| Octal | 56 | 313 | 375 | 122 | 24 | 0 | 1 | 302 | 142 | 73 |
| Binary | 101110 | 11001011 | 11111101 | 1010010 | 10100 | 0 | 1 | 11000010 | 1100010 | 111011 |
Color Harmonies of #2ECBFD
Complementary color
Monochromatic Colors of #2ECBFD
Black with #2ECBFD
Text Example
Text Example
White with #2ECBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECBFD; }
p { color: rgb(46,203,253); }
H1.HeaderClassName
{
color: #2ECBFD;
}
.AnyTagClassName
{
color: #2ECBFD;
}
</style>
background-color css
<style>
a { background-color: #2ECBFD; }
a { background-color: rgb(46,203,253); }
div.DivClassName
{
background-color: #2ECBFD;
}
.BgClassName
{
background-color: #2ECBFD;
}
</style>
border-color css
<style>
span { border-color: #2ECBFD; }
span { border-color: rgb(46,203,253); }
td.TdClassName
{
border-color: #2ECBFD;
}
.TagClassName
{
border-color: #2ECBFD;
}
</style>