Shades of Summer Sky #2BCEEF
Tints of Summer Sky #2BCEEF
RGB
CMYK
RGB Variations
Color information
#2BCEEF (or 0x2BCEEF) is known color: Summer Sky. HEX triplet: 2B, CE and EF. RGB value is (43,206,239). Sum of RGB (Red+Green+Blue) = 43+206+239=488 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.81% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BCEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCEEF is #D43110. Grayscale: #A0A0A0. Windows color (decimal): -13906193 or 15715883. OLE color: 15715883.
HSL color Cylindrical-coordinate representation of color #2BCEEF: hue angle of 190.1º 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 #2BCEEF is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 206 | 239 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.06 |
| HSL | 190.1º | 0.86% | 0.55% | - |
| HSV(B) | 190.1º | 0.82% | 0.94% | - |
| XYZ | 38.65 | 50.89 | 89.45 | - |
| YUV | 161.03 | 172 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 239 | 0.82 | 0.14 | 0 | 0.06 | 190.1 | 0.86 | 0.55 |
| Hex | 2B | CE | EF | 52 | E | 0 | 6 | BE | 56 | 37 |
| Octal | 53 | 316 | 357 | 122 | 16 | 0 | 6 | 276 | 126 | 67 |
| Binary | 101011 | 11001110 | 11101111 | 1010010 | 1110 | 0 | 110 | 10111110 | 1010110 | 110111 |
Color Harmonies of #2BCEEF
Complementary color
Monochromatic Colors of #2BCEEF
Black with #2BCEEF
Text Example
Text Example
White with #2BCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEEF; }
p { color: rgb(43,206,239); }
H1.HeaderClassName
{
color: #2BCEEF;
}
.AnyTagClassName
{
color: #2BCEEF;
}
</style>
background-color css
<style>
a { background-color: #2BCEEF; }
a { background-color: rgb(43,206,239); }
div.DivClassName
{
background-color: #2BCEEF;
}
.BgClassName
{
background-color: #2BCEEF;
}
</style>
border-color css
<style>
span { border-color: #2BCEEF; }
span { border-color: rgb(43,206,239); }
td.TdClassName
{
border-color: #2BCEEF;
}
.TagClassName
{
border-color: #2BCEEF;
}
</style>