Shades of Summer Sky #2DB7DB
Tints of Summer Sky #2DB7DB
RGB
CMYK
RGB Variations
Color information
#2DB7DB (or 0x2DB7DB) is known color: Summer Sky. HEX triplet: 2D, B7 and DB. RGB value is (45,183,219). Sum of RGB (Red+Green+Blue) = 45+183+219=447 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.07% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #2DB7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DB7DB is #D24824. Grayscale: #919191. Windows color (decimal): -13781029 or 14399277. OLE color: 14399277.
HSL color Cylindrical-coordinate representation of color #2DB7DB: hue angle of 192.41º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DB7DB is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 45 | 183 | 219 | - |
CMYK | 0.79 | 0.16 | 0 | 0.14 |
HSL | 192.41º | 0.71% | 0.52% | - |
HSV(B) | 192.41º | 0.79% | 0.86% | - |
XYZ | 30.8 | 39.54 | 73.03 | - |
YUV | 145.84 | 169.28 | 56.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 183 | 219 | 0.79 | 0.16 | 0 | 0.14 | 192.41 | 0.71 | 0.52 |
Hex | 2D | B7 | DB | 4F | 10 | 0 | E | C0 | 47 | 34 |
Octal | 55 | 267 | 333 | 117 | 20 | 0 | 16 | 300 | 107 | 64 |
Binary | 101101 | 10110111 | 11011011 | 1001111 | 10000 | 0 | 1110 | 11000000 | 1000111 | 110100 |
Color Harmonies of #2DB7DB
Complementary color
Monochromatic Colors of #2DB7DB
Black with #2DB7DB
Text Example
Text Example
White with #2DB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB7DB; }
p { color: rgb(45,183,219); }
H1.HeaderClassName
{
color: #2DB7DB;
}
.AnyTagClassName
{
color: #2DB7DB;
}
</style>
background-color css
<style>
a { background-color: #2DB7DB; }
a { background-color: rgb(45,183,219); }
div.DivClassName
{
background-color: #2DB7DB;
}
.BgClassName
{
background-color: #2DB7DB;
}
</style>
border-color css
<style>
span { border-color: #2DB7DB; }
span { border-color: rgb(45,183,219); }
td.TdClassName
{
border-color: #2DB7DB;
}
.TagClassName
{
border-color: #2DB7DB;
}
</style>