Shades of Summer Sky #2BCEFA
Tints of Summer Sky #2BCEFA
RGB
CMYK
RGB Variations
Color information
#2BCEFA (or 0x2BCEFA) is known color: Summer Sky. HEX triplet: 2B, CE and FA. RGB value is (43,206,250). Sum of RGB (Red+Green+Blue) = 43+206+250=499 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.62% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #2BCEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCEFA is #D43105. Grayscale: #A1A1A1. Windows color (decimal): -13906182 or 16436779. OLE color: 16436779.
HSL color Cylindrical-coordinate representation of color #2BCEFA: hue angle of 192.75º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BCEFA is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 206 | 250 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.02 |
| HSL | 192.75º | 0.95% | 0.57% | - |
| HSV(B) | 192.75º | 0.83% | 0.98% | - |
| XYZ | 40.32 | 51.56 | 98.27 | - |
| YUV | 162.28 | 177.5 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 250 | 0.83 | 0.18 | 0 | 0.02 | 192.75 | 0.95 | 0.57 |
| Hex | 2B | CE | FA | 53 | 12 | 0 | 2 | C1 | 5F | 39 |
| Octal | 53 | 316 | 372 | 123 | 22 | 0 | 2 | 301 | 137 | 71 |
| Binary | 101011 | 11001110 | 11111010 | 1010011 | 10010 | 0 | 10 | 11000001 | 1011111 | 111001 |
Color Harmonies of #2BCEFA
Complementary color
Monochromatic Colors of #2BCEFA
Black with #2BCEFA
Text Example
Text Example
White with #2BCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEFA; }
p { color: rgb(43,206,250); }
H1.HeaderClassName
{
color: #2BCEFA;
}
.AnyTagClassName
{
color: #2BCEFA;
}
</style>
background-color css
<style>
a { background-color: #2BCEFA; }
a { background-color: rgb(43,206,250); }
div.DivClassName
{
background-color: #2BCEFA;
}
.BgClassName
{
background-color: #2BCEFA;
}
</style>
border-color css
<style>
span { border-color: #2BCEFA; }
span { border-color: rgb(43,206,250); }
td.TdClassName
{
border-color: #2BCEFA;
}
.TagClassName
{
border-color: #2BCEFA;
}
</style>