Shades of Summer Sky #2DBEFB
Tints of Summer Sky #2DBEFB
RGB
CMYK
RGB Variations
Color information
#2DBEFB (or 0x2DBEFB) is known color: Summer Sky. HEX triplet: 2D, BE and FB. RGB value is (45,190,251). Sum of RGB (Red+Green+Blue) = 45+190+251=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #2DBEFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBEFB is #D24104. Grayscale: #999999. Windows color (decimal): -13779205 or 16498221. OLE color: 16498221.
HSL color Cylindrical-coordinate representation of color #2DBEFB: hue angle of 197.77º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DBEFB is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 190 | 251 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.02 |
| HSL | 197.77º | 0.96% | 0.58% | - |
| HSV(B) | 197.77º | 0.82% | 0.98% | - |
| XYZ | 36.91 | 44.35 | 97.88 | - |
| YUV | 153.6 | 182.96 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 251 | 0.82 | 0.24 | 0 | 0.02 | 197.77 | 0.96 | 0.58 |
| Hex | 2D | BE | FB | 52 | 18 | 0 | 2 | C6 | 60 | 3A |
| Octal | 55 | 276 | 373 | 122 | 30 | 0 | 2 | 306 | 140 | 72 |
| Binary | 101101 | 10111110 | 11111011 | 1010010 | 11000 | 0 | 10 | 11000110 | 1100000 | 111010 |
Color Harmonies of #2DBEFB
Complementary color
Monochromatic Colors of #2DBEFB
Black with #2DBEFB
Text Example
Text Example
White with #2DBEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEFB; }
p { color: rgb(45,190,251); }
H1.HeaderClassName
{
color: #2DBEFB;
}
.AnyTagClassName
{
color: #2DBEFB;
}
</style>
background-color css
<style>
a { background-color: #2DBEFB; }
a { background-color: rgb(45,190,251); }
div.DivClassName
{
background-color: #2DBEFB;
}
.BgClassName
{
background-color: #2DBEFB;
}
</style>
border-color css
<style>
span { border-color: #2DBEFB; }
span { border-color: rgb(45,190,251); }
td.TdClassName
{
border-color: #2DBEFB;
}
.TagClassName
{
border-color: #2DBEFB;
}
</style>