Shades of Summer Sky #2BBBFD
Tints of Summer Sky #2BBBFD
RGB
CMYK
RGB Variations
Color information
#2BBBFD (or 0x2BBBFD) is known color: Summer Sky. HEX triplet: 2B, BB and FD. RGB value is (43,187,253). Sum of RGB (Red+Green+Blue) = 43+187+253=483 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.90% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #2BBBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBBFD is #D44402. Grayscale: #979797. Windows color (decimal): -13911043 or 16628523. OLE color: 16628523.
HSL color Cylindrical-coordinate representation of color #2BBBFD: hue angle of 198.86º 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 #2BBBFD is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 187 | 253 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.01 |
| HSL | 198.86º | 0.98% | 0.58% | - |
| HSV(B) | 198.86º | 0.83% | 0.99% | - |
| XYZ | 36.5 | 43.15 | 99.33 | - |
| YUV | 151.47 | 185.29 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 253 | 0.83 | 0.26 | 0 | 0.01 | 198.86 | 0.98 | 0.58 |
| Hex | 2B | BB | FD | 53 | 1A | 0 | 1 | C7 | 62 | 3A |
| Octal | 53 | 273 | 375 | 123 | 32 | 0 | 1 | 307 | 142 | 72 |
| Binary | 101011 | 10111011 | 11111101 | 1010011 | 11010 | 0 | 1 | 11000111 | 1100010 | 111010 |
Color Harmonies of #2BBBFD
Complementary color
Monochromatic Colors of #2BBBFD
Black with #2BBBFD
Text Example
Text Example
White with #2BBBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBBFD; }
p { color: rgb(43,187,253); }
H1.HeaderClassName
{
color: #2BBBFD;
}
.AnyTagClassName
{
color: #2BBBFD;
}
</style>
background-color css
<style>
a { background-color: #2BBBFD; }
a { background-color: rgb(43,187,253); }
div.DivClassName
{
background-color: #2BBBFD;
}
.BgClassName
{
background-color: #2BBBFD;
}
</style>
border-color css
<style>
span { border-color: #2BBBFD; }
span { border-color: rgb(43,187,253); }
td.TdClassName
{
border-color: #2BBBFD;
}
.TagClassName
{
border-color: #2BBBFD;
}
</style>