Shades of Summer Sky #2BBFFF
Tints of Summer Sky #2BBFFF
RGB
CMYK
RGB Variations
Color information
#2BBFFF (or 0x2BBFFF) is known color: Summer Sky. HEX triplet: 2B, BF and FF. RGB value is (43,191,255). Sum of RGB (Red+Green+Blue) = 43+191+255=489 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.79% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BBFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBFFF is #D44000. Grayscale: #999999. Windows color (decimal): -13910017 or 16760619. OLE color: 16760619.
HSL color Cylindrical-coordinate representation of color #2BBFFF: hue angle of 198.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BBFFF is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 191 | 255 | - |
| CMYK | 0.83 | 0.25 | 0 | 0 |
| HSL | 198.11º | 1% | 0.58% | - |
| HSV(B) | 198.11º | 0.83% | 1% | - |
| XYZ | 37.68 | 45 | 101.31 | - |
| YUV | 154.04 | 184.97 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 191 | 255 | 0.83 | 0.25 | 0 | 0 | 198.11 | 1 | 0.58 |
| Hex | 2B | BF | FF | 53 | 19 | 0 | 0 | C6 | 64 | 3A |
| Octal | 53 | 277 | 377 | 123 | 31 | 0 | 0 | 306 | 144 | 72 |
| Binary | 101011 | 10111111 | 11111111 | 1010011 | 11001 | 0 | 0 | 11000110 | 1100100 | 111010 |
Color Harmonies of #2BBFFF
Complementary color
Monochromatic Colors of #2BBFFF
Black with #2BBFFF
Text Example
Text Example
White with #2BBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBFFF; }
p { color: rgb(43,191,255); }
H1.HeaderClassName
{
color: #2BBFFF;
}
.AnyTagClassName
{
color: #2BBFFF;
}
</style>
background-color css
<style>
a { background-color: #2BBFFF; }
a { background-color: rgb(43,191,255); }
div.DivClassName
{
background-color: #2BBFFF;
}
.BgClassName
{
background-color: #2BBFFF;
}
</style>
border-color css
<style>
span { border-color: #2BBFFF; }
span { border-color: rgb(43,191,255); }
td.TdClassName
{
border-color: #2BBFFF;
}
.TagClassName
{
border-color: #2BBFFF;
}
</style>