Shades of Summer Sky #2BBCFD
Tints of Summer Sky #2BBCFD
RGB
CMYK
RGB Variations
Color information
#2BBCFD (or 0x2BBCFD) is known color: Summer Sky. HEX triplet: 2B, BC and FD. RGB value is (43,188,253). Sum of RGB (Red+Green+Blue) = 43+188+253=484 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.88% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #2BBCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBCFD is #D44302. Grayscale: #979797. Windows color (decimal): -13910787 or 16628779. OLE color: 16628779.
HSL color Cylindrical-coordinate representation of color #2BBCFD: hue angle of 198.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BBCFD is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 188 | 253 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.01 |
| HSL | 198.57º | 0.98% | 0.58% | - |
| HSV(B) | 198.57º | 0.83% | 0.99% | - |
| XYZ | 36.71 | 43.57 | 99.4 | - |
| YUV | 152.06 | 184.96 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 253 | 0.83 | 0.26 | 0 | 0.01 | 198.57 | 0.98 | 0.58 |
| Hex | 2B | BC | FD | 53 | 1A | 0 | 1 | C7 | 62 | 3A |
| Octal | 53 | 274 | 375 | 123 | 32 | 0 | 1 | 307 | 142 | 72 |
| Binary | 101011 | 10111100 | 11111101 | 1010011 | 11010 | 0 | 1 | 11000111 | 1100010 | 111010 |
Color Harmonies of #2BBCFD
Complementary color
Monochromatic Colors of #2BBCFD
Black with #2BBCFD
Text Example
Text Example
White with #2BBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCFD; }
p { color: rgb(43,188,253); }
H1.HeaderClassName
{
color: #2BBCFD;
}
.AnyTagClassName
{
color: #2BBCFD;
}
</style>
background-color css
<style>
a { background-color: #2BBCFD; }
a { background-color: rgb(43,188,253); }
div.DivClassName
{
background-color: #2BBCFD;
}
.BgClassName
{
background-color: #2BBCFD;
}
</style>
border-color css
<style>
span { border-color: #2BBCFD; }
span { border-color: rgb(43,188,253); }
td.TdClassName
{
border-color: #2BBCFD;
}
.TagClassName
{
border-color: #2BBCFD;
}
</style>