Shades of Summer Sky #2DB2EF
Tints of Summer Sky #2DB2EF
RGB
CMYK
RGB Variations
Color information
#2DB2EF (or 0x2DB2EF) is known color: Summer Sky. HEX triplet: 2D, B2 and EF. RGB value is (45,178,239). Sum of RGB (Red+Green+Blue) = 45+178+239=462 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.74% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DB2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DB2EF is #D24D10. Grayscale: #909090. Windows color (decimal): -13782289 or 15708717. OLE color: 15708717.
HSL color Cylindrical-coordinate representation of color #2DB2EF: hue angle of 198.87º 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 #2DB2EF is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 178 | 239 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.06 |
| HSL | 198.87º | 0.86% | 0.56% | - |
| HSV(B) | 198.87º | 0.81% | 0.94% | - |
| XYZ | 32.58 | 38.63 | 87.4 | - |
| YUV | 145.19 | 180.94 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 239 | 0.81 | 0.26 | 0 | 0.06 | 198.87 | 0.86 | 0.56 |
| Hex | 2D | B2 | EF | 51 | 1A | 0 | 6 | C7 | 56 | 38 |
| Octal | 55 | 262 | 357 | 121 | 32 | 0 | 6 | 307 | 126 | 70 |
| Binary | 101101 | 10110010 | 11101111 | 1010001 | 11010 | 0 | 110 | 11000111 | 1010110 | 111000 |
Color Harmonies of #2DB2EF
Complementary color
Monochromatic Colors of #2DB2EF
Black with #2DB2EF
Text Example
Text Example
White with #2DB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB2EF; }
p { color: rgb(45,178,239); }
H1.HeaderClassName
{
color: #2DB2EF;
}
.AnyTagClassName
{
color: #2DB2EF;
}
</style>
background-color css
<style>
a { background-color: #2DB2EF; }
a { background-color: rgb(45,178,239); }
div.DivClassName
{
background-color: #2DB2EF;
}
.BgClassName
{
background-color: #2DB2EF;
}
</style>
border-color css
<style>
span { border-color: #2DB2EF; }
span { border-color: rgb(45,178,239); }
td.TdClassName
{
border-color: #2DB2EF;
}
.TagClassName
{
border-color: #2DB2EF;
}
</style>