Shades of Summer Sky #2BC3ED
Tints of Summer Sky #2BC3ED
RGB
CMYK
RGB Variations
Color information
#2BC3ED (or 0x2BC3ED) is known color: Summer Sky. HEX triplet: 2B, C3 and ED. RGB value is (43,195,237). Sum of RGB (Red+Green+Blue) = 43+195+237=475 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.05% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #2BC3ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BC3ED is #D43C12. Grayscale: #9A9A9A. Windows color (decimal): -13909011 or 15581995. OLE color: 15581995.
HSL color Cylindrical-coordinate representation of color #2BC3ED: hue angle of 192.99º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BC3ED is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 195 | 237 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.07 |
| HSL | 192.99º | 0.84% | 0.55% | - |
| HSV(B) | 192.99º | 0.82% | 0.93% | - |
| XYZ | 35.8 | 45.66 | 87.05 | - |
| YUV | 154.34 | 174.64 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 195 | 237 | 0.82 | 0.18 | 0 | 0.07 | 192.99 | 0.84 | 0.55 |
| Hex | 2B | C3 | ED | 52 | 12 | 0 | 7 | C1 | 54 | 37 |
| Octal | 53 | 303 | 355 | 122 | 22 | 0 | 7 | 301 | 124 | 67 |
| Binary | 101011 | 11000011 | 11101101 | 1010010 | 10010 | 0 | 111 | 11000001 | 1010100 | 110111 |
Color Harmonies of #2BC3ED
Complementary color
Monochromatic Colors of #2BC3ED
Black with #2BC3ED
Text Example
Text Example
White with #2BC3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC3ED; }
p { color: rgb(43,195,237); }
H1.HeaderClassName
{
color: #2BC3ED;
}
.AnyTagClassName
{
color: #2BC3ED;
}
</style>
background-color css
<style>
a { background-color: #2BC3ED; }
a { background-color: rgb(43,195,237); }
div.DivClassName
{
background-color: #2BC3ED;
}
.BgClassName
{
background-color: #2BC3ED;
}
</style>
border-color css
<style>
span { border-color: #2BC3ED; }
span { border-color: rgb(43,195,237); }
td.TdClassName
{
border-color: #2BC3ED;
}
.TagClassName
{
border-color: #2BC3ED;
}
</style>