Shades of Summer Sky #2BBEFD
Tints of Summer Sky #2BBEFD
RGB
CMYK
RGB Variations
Color information
#2BBEFD (or 0x2BBEFD) is known color: Summer Sky. HEX triplet: 2B, BE and FD. RGB value is (43,190,253). Sum of RGB (Red+Green+Blue) = 43+190+253=486 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.85% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #2BBEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBEFD is #D44102. Grayscale: #989898. Windows color (decimal): -13910275 or 16629291. OLE color: 16629291.
HSL color Cylindrical-coordinate representation of color #2BBEFD: hue angle of 198º 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 #2BBEFD is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 190 | 253 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.01 |
| HSL | 198º | 0.98% | 0.58% | - |
| HSV(B) | 198º | 0.83% | 0.99% | - |
| XYZ | 37.14 | 44.43 | 99.55 | - |
| YUV | 153.23 | 184.3 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 253 | 0.83 | 0.25 | 0 | 0.01 | 198 | 0.98 | 0.58 |
| Hex | 2B | BE | FD | 53 | 19 | 0 | 1 | C6 | 62 | 3A |
| Octal | 53 | 276 | 375 | 123 | 31 | 0 | 1 | 306 | 142 | 72 |
| Binary | 101011 | 10111110 | 11111101 | 1010011 | 11001 | 0 | 1 | 11000110 | 1100010 | 111010 |
Color Harmonies of #2BBEFD
Complementary color
Monochromatic Colors of #2BBEFD
Black with #2BBEFD
Text Example
Text Example
White with #2BBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBEFD; }
p { color: rgb(43,190,253); }
H1.HeaderClassName
{
color: #2BBEFD;
}
.AnyTagClassName
{
color: #2BBEFD;
}
</style>
background-color css
<style>
a { background-color: #2BBEFD; }
a { background-color: rgb(43,190,253); }
div.DivClassName
{
background-color: #2BBEFD;
}
.BgClassName
{
background-color: #2BBEFD;
}
</style>
border-color css
<style>
span { border-color: #2BBEFD; }
span { border-color: rgb(43,190,253); }
td.TdClassName
{
border-color: #2BBEFD;
}
.TagClassName
{
border-color: #2BBEFD;
}
</style>