Shades of Summer Sky #2BBDFE
Tints of Summer Sky #2BBDFE
RGB
CMYK
RGB Variations
Color information
#2BBDFE (or 0x2BBDFE) is known color: Summer Sky. HEX triplet: 2B, BD and FE. RGB value is (43,189,254). Sum of RGB (Red+Green+Blue) = 43+189+254=486 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.85% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #2BBDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBDFE is #D44201. Grayscale: #989898. Windows color (decimal): -13910530 or 16694571. OLE color: 16694571.
HSL color Cylindrical-coordinate representation of color #2BBDFE: hue angle of 198.48º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BBDFE is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 189 | 254 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.00 |
| HSL | 198.48º | 0.99% | 0.58% | - |
| HSV(B) | 198.48º | 0.83% | 1% | - |
| XYZ | 37.08 | 44.06 | 100.32 | - |
| YUV | 152.76 | 185.13 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 254 | 0.83 | 0.26 | 0 | 0.00 | 198.48 | 0.99 | 0.58 |
| Hex | 2B | BD | FE | 53 | 1A | 0 | 0 | C6 | 63 | 3A |
| Octal | 53 | 275 | 376 | 123 | 32 | 0 | 0 | 306 | 143 | 72 |
| Binary | 101011 | 10111101 | 11111110 | 1010011 | 11010 | 0 | 0 | 11000110 | 1100011 | 111010 |
Color Harmonies of #2BBDFE
Complementary color
Monochromatic Colors of #2BBDFE
Black with #2BBDFE
Text Example
Text Example
White with #2BBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBDFE; }
p { color: rgb(43,189,254); }
H1.HeaderClassName
{
color: #2BBDFE;
}
.AnyTagClassName
{
color: #2BBDFE;
}
</style>
background-color css
<style>
a { background-color: #2BBDFE; }
a { background-color: rgb(43,189,254); }
div.DivClassName
{
background-color: #2BBDFE;
}
.BgClassName
{
background-color: #2BBDFE;
}
</style>
border-color css
<style>
span { border-color: #2BBDFE; }
span { border-color: rgb(43,189,254); }
td.TdClassName
{
border-color: #2BBDFE;
}
.TagClassName
{
border-color: #2BBDFE;
}
</style>