Shades of Summer Sky #2BCFED
Tints of Summer Sky #2BCFED
RGB
CMYK
RGB Variations
Color information
#2BCFED (or 0x2BCFED) is known color: Summer Sky. HEX triplet: 2B, CF and ED. RGB value is (43,207,237). Sum of RGB (Red+Green+Blue) = 43+207+237=487 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.83% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #2BCFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCFED is #D43012. Grayscale: #A1A1A1. Windows color (decimal): -13905939 or 15585067. OLE color: 15585067.
HSL color Cylindrical-coordinate representation of color #2BCFED: hue angle of 189.28º 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 #2BCFED is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 207 | 237 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.07 |
| HSL | 189.28º | 0.84% | 0.55% | - |
| HSV(B) | 189.28º | 0.82% | 0.93% | - |
| XYZ | 38.6 | 51.25 | 87.98 | - |
| YUV | 161.38 | 170.67 | 43.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 237 | 0.82 | 0.13 | 0 | 0.07 | 189.28 | 0.84 | 0.55 |
| Hex | 2B | CF | ED | 52 | D | 0 | 7 | BD | 54 | 37 |
| Octal | 53 | 317 | 355 | 122 | 15 | 0 | 7 | 275 | 124 | 67 |
| Binary | 101011 | 11001111 | 11101101 | 1010010 | 1101 | 0 | 111 | 10111101 | 1010100 | 110111 |
Color Harmonies of #2BCFED
Complementary color
Monochromatic Colors of #2BCFED
Black with #2BCFED
Text Example
Text Example
White with #2BCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFED; }
p { color: rgb(43,207,237); }
H1.HeaderClassName
{
color: #2BCFED;
}
.AnyTagClassName
{
color: #2BCFED;
}
</style>
background-color css
<style>
a { background-color: #2BCFED; }
a { background-color: rgb(43,207,237); }
div.DivClassName
{
background-color: #2BCFED;
}
.BgClassName
{
background-color: #2BCFED;
}
</style>
border-color css
<style>
span { border-color: #2BCFED; }
span { border-color: rgb(43,207,237); }
td.TdClassName
{
border-color: #2BCFED;
}
.TagClassName
{
border-color: #2BCFED;
}
</style>