Shades of Summer Sky #2BBDFC
Tints of Summer Sky #2BBDFC
RGB
CMYK
RGB Variations
Color information
#2BBDFC (or 0x2BBDFC) is known color: Summer Sky. HEX triplet: 2B, BD and FC. RGB value is (43,189,252). Sum of RGB (Red+Green+Blue) = 43+189+252=484 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.88% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #2BBDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBDFC is #D44203. Grayscale: #989898. Windows color (decimal): -13910532 or 16563499. OLE color: 16563499.
HSL color Cylindrical-coordinate representation of color #2BBDFC: hue angle of 198.09º degrees, saturation: 0.97, 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 #2BBDFC is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 189 | 252 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.01 |
| HSL | 198.09º | 0.97% | 0.58% | - |
| HSV(B) | 198.09º | 0.83% | 0.99% | - |
| XYZ | 36.76 | 43.94 | 98.64 | - |
| YUV | 152.53 | 184.13 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 252 | 0.83 | 0.25 | 0 | 0.01 | 198.09 | 0.97 | 0.58 |
| Hex | 2B | BD | FC | 53 | 19 | 0 | 1 | C6 | 61 | 3A |
| Octal | 53 | 275 | 374 | 123 | 31 | 0 | 1 | 306 | 141 | 72 |
| Binary | 101011 | 10111101 | 11111100 | 1010011 | 11001 | 0 | 1 | 11000110 | 1100001 | 111010 |
Color Harmonies of #2BBDFC
Complementary color
Monochromatic Colors of #2BBDFC
Black with #2BBDFC
Text Example
Text Example
White with #2BBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBDFC; }
p { color: rgb(43,189,252); }
H1.HeaderClassName
{
color: #2BBDFC;
}
.AnyTagClassName
{
color: #2BBDFC;
}
</style>
background-color css
<style>
a { background-color: #2BBDFC; }
a { background-color: rgb(43,189,252); }
div.DivClassName
{
background-color: #2BBDFC;
}
.BgClassName
{
background-color: #2BBDFC;
}
</style>
border-color css
<style>
span { border-color: #2BBDFC; }
span { border-color: rgb(43,189,252); }
td.TdClassName
{
border-color: #2BBDFC;
}
.TagClassName
{
border-color: #2BBDFC;
}
</style>