Shades of Summer Sky #2DB3EF
Tints of Summer Sky #2DB3EF
RGB
CMYK
RGB Variations
Color information
#2DB3EF (or 0x2DB3EF) is known color: Summer Sky. HEX triplet: 2D, B3 and EF. RGB value is (45,179,239). Sum of RGB (Red+Green+Blue) = 45+179+239=463 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.72% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DB3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB3EF is #D24C10. Grayscale: #919191. Windows color (decimal): -13782033 or 15708973. OLE color: 15708973.
HSL color Cylindrical-coordinate representation of color #2DB3EF: hue angle of 198.56º 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 #2DB3EF is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 179 | 239 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.06 |
| HSL | 198.56º | 0.86% | 0.56% | - |
| HSV(B) | 198.56º | 0.81% | 0.94% | - |
| XYZ | 32.78 | 39.03 | 87.47 | - |
| YUV | 145.77 | 180.61 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 239 | 0.81 | 0.25 | 0 | 0.06 | 198.56 | 0.86 | 0.56 |
| Hex | 2D | B3 | EF | 51 | 19 | 0 | 6 | C7 | 56 | 38 |
| Octal | 55 | 263 | 357 | 121 | 31 | 0 | 6 | 307 | 126 | 70 |
| Binary | 101101 | 10110011 | 11101111 | 1010001 | 11001 | 0 | 110 | 11000111 | 1010110 | 111000 |
Color Harmonies of #2DB3EF
Complementary color
Monochromatic Colors of #2DB3EF
Black with #2DB3EF
Text Example
Text Example
White with #2DB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB3EF; }
p { color: rgb(45,179,239); }
H1.HeaderClassName
{
color: #2DB3EF;
}
.AnyTagClassName
{
color: #2DB3EF;
}
</style>
background-color css
<style>
a { background-color: #2DB3EF; }
a { background-color: rgb(45,179,239); }
div.DivClassName
{
background-color: #2DB3EF;
}
.BgClassName
{
background-color: #2DB3EF;
}
</style>
border-color css
<style>
span { border-color: #2DB3EF; }
span { border-color: rgb(45,179,239); }
td.TdClassName
{
border-color: #2DB3EF;
}
.TagClassName
{
border-color: #2DB3EF;
}
</style>