Shades of Summer Sky #2BBEFC
Tints of Summer Sky #2BBEFC
RGB
CMYK
RGB Variations
Color information
#2BBEFC (or 0x2BBEFC) is known color: Summer Sky. HEX triplet: 2B, BE and FC. RGB value is (43,190,252). Sum of RGB (Red+Green+Blue) = 43+190+252=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #2BBEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBEFC is #D44103. Grayscale: #989898. Windows color (decimal): -13910276 or 16563755. OLE color: 16563755.
HSL color Cylindrical-coordinate representation of color #2BBEFC: hue angle of 197.8º 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 #2BBEFC is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 190 | 252 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.01 |
| HSL | 197.8º | 0.97% | 0.58% | - |
| HSV(B) | 197.8º | 0.83% | 0.99% | - |
| XYZ | 36.98 | 44.37 | 98.71 | - |
| YUV | 153.12 | 183.8 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 252 | 0.83 | 0.25 | 0 | 0.01 | 197.8 | 0.97 | 0.58 |
| Hex | 2B | BE | FC | 53 | 19 | 0 | 1 | C6 | 61 | 3A |
| Octal | 53 | 276 | 374 | 123 | 31 | 0 | 1 | 306 | 141 | 72 |
| Binary | 101011 | 10111110 | 11111100 | 1010011 | 11001 | 0 | 1 | 11000110 | 1100001 | 111010 |
Color Harmonies of #2BBEFC
Complementary color
Monochromatic Colors of #2BBEFC
Black with #2BBEFC
Text Example
Text Example
White with #2BBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBEFC; }
p { color: rgb(43,190,252); }
H1.HeaderClassName
{
color: #2BBEFC;
}
.AnyTagClassName
{
color: #2BBEFC;
}
</style>
background-color css
<style>
a { background-color: #2BBEFC; }
a { background-color: rgb(43,190,252); }
div.DivClassName
{
background-color: #2BBEFC;
}
.BgClassName
{
background-color: #2BBEFC;
}
</style>
border-color css
<style>
span { border-color: #2BBEFC; }
span { border-color: rgb(43,190,252); }
td.TdClassName
{
border-color: #2BBEFC;
}
.TagClassName
{
border-color: #2BBEFC;
}
</style>