Shades of Summer Sky #2DB1EF
Tints of Summer Sky #2DB1EF
RGB
CMYK
RGB Variations
Color information
#2DB1EF (or 0x2DB1EF) is known color: Summer Sky. HEX triplet: 2D, B1 and EF. RGB value is (45,177,239). Sum of RGB (Red+Green+Blue) = 45+177+239=461 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.76% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DB1EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DB1EF is #D24E10. Grayscale: #909090. Windows color (decimal): -13782545 or 15708461. OLE color: 15708461.
HSL color Cylindrical-coordinate representation of color #2DB1EF: hue angle of 199.18º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DB1EF is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 177 | 239 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.06 |
| HSL | 199.18º | 0.86% | 0.56% | - |
| HSV(B) | 199.18º | 0.81% | 0.94% | - |
| XYZ | 32.38 | 38.23 | 87.33 | - |
| YUV | 144.6 | 181.27 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 239 | 0.81 | 0.26 | 0 | 0.06 | 199.18 | 0.86 | 0.56 |
| Hex | 2D | B1 | EF | 51 | 1A | 0 | 6 | C7 | 56 | 38 |
| Octal | 55 | 261 | 357 | 121 | 32 | 0 | 6 | 307 | 126 | 70 |
| Binary | 101101 | 10110001 | 11101111 | 1010001 | 11010 | 0 | 110 | 11000111 | 1010110 | 111000 |
Color Harmonies of #2DB1EF
Complementary color
Monochromatic Colors of #2DB1EF
Black with #2DB1EF
Text Example
Text Example
White with #2DB1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB1EF; }
p { color: rgb(45,177,239); }
H1.HeaderClassName
{
color: #2DB1EF;
}
.AnyTagClassName
{
color: #2DB1EF;
}
</style>
background-color css
<style>
a { background-color: #2DB1EF; }
a { background-color: rgb(45,177,239); }
div.DivClassName
{
background-color: #2DB1EF;
}
.BgClassName
{
background-color: #2DB1EF;
}
</style>
border-color css
<style>
span { border-color: #2DB1EF; }
span { border-color: rgb(45,177,239); }
td.TdClassName
{
border-color: #2DB1EF;
}
.TagClassName
{
border-color: #2DB1EF;
}
</style>