Shades of Summer Sky #2BCDEF
Tints of Summer Sky #2BCDEF
RGB
CMYK
RGB Variations
Color information
#2BCDEF (or 0x2BCDEF) is known color: Summer Sky. HEX triplet: 2B, CD and EF. RGB value is (43,205,239). Sum of RGB (Red+Green+Blue) = 43+205+239=487 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.83% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BCDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCDEF is #D43210. Grayscale: #A0A0A0. Windows color (decimal): -13906449 or 15715627. OLE color: 15715627.
HSL color Cylindrical-coordinate representation of color #2BCDEF: hue angle of 190.41º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BCDEF is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 205 | 239 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.06 |
| HSL | 190.41º | 0.86% | 0.55% | - |
| HSV(B) | 190.41º | 0.82% | 0.94% | - |
| XYZ | 38.41 | 50.41 | 89.37 | - |
| YUV | 160.44 | 172.33 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 239 | 0.82 | 0.14 | 0 | 0.06 | 190.41 | 0.86 | 0.55 |
| Hex | 2B | CD | EF | 52 | E | 0 | 6 | BE | 56 | 37 |
| Octal | 53 | 315 | 357 | 122 | 16 | 0 | 6 | 276 | 126 | 67 |
| Binary | 101011 | 11001101 | 11101111 | 1010010 | 1110 | 0 | 110 | 10111110 | 1010110 | 110111 |
Color Harmonies of #2BCDEF
Complementary color
Monochromatic Colors of #2BCDEF
Black with #2BCDEF
Text Example
Text Example
White with #2BCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCDEF; }
p { color: rgb(43,205,239); }
H1.HeaderClassName
{
color: #2BCDEF;
}
.AnyTagClassName
{
color: #2BCDEF;
}
</style>
background-color css
<style>
a { background-color: #2BCDEF; }
a { background-color: rgb(43,205,239); }
div.DivClassName
{
background-color: #2BCDEF;
}
.BgClassName
{
background-color: #2BCDEF;
}
</style>
border-color css
<style>
span { border-color: #2BCDEF; }
span { border-color: rgb(43,205,239); }
td.TdClassName
{
border-color: #2BCDEF;
}
.TagClassName
{
border-color: #2BCDEF;
}
</style>