Shades of Summer Sky #2DB3CF
Tints of Summer Sky #2DB3CF
RGB
CMYK
RGB Variations
Color information
#2DB3CF (or 0x2DB3CF) is known color: Summer Sky. HEX triplet: 2D, B3 and CF. RGB value is (45,179,207). Sum of RGB (Red+Green+Blue) = 45+179+207=431 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.44% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #2DB3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DB3CF is #D24C30. Grayscale: #8D8D8D. Windows color (decimal): -13782065 or 13611821. OLE color: 13611821.
HSL color Cylindrical-coordinate representation of color #2DB3CF: hue angle of 190.37º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DB3CF is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 179 | 207 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.19 |
| HSL | 190.37º | 0.64% | 0.49% | - |
| HSV(B) | 190.37º | 0.78% | 0.81% | - |
| XYZ | 28.46 | 37.3 | 64.73 | - |
| YUV | 142.13 | 164.61 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 207 | 0.78 | 0.14 | 0 | 0.19 | 190.37 | 0.64 | 0.49 |
| Hex | 2D | B3 | CF | 4E | E | 0 | 13 | BE | 40 | 31 |
| Octal | 55 | 263 | 317 | 116 | 16 | 0 | 23 | 276 | 100 | 61 |
| Binary | 101101 | 10110011 | 11001111 | 1001110 | 1110 | 0 | 10011 | 10111110 | 1000000 | 110001 |
Color Harmonies of #2DB3CF
Complementary color
Monochromatic Colors of #2DB3CF
Black with #2DB3CF
Text Example
Text Example
White with #2DB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB3CF; }
p { color: rgb(45,179,207); }
H1.HeaderClassName
{
color: #2DB3CF;
}
.AnyTagClassName
{
color: #2DB3CF;
}
</style>
background-color css
<style>
a { background-color: #2DB3CF; }
a { background-color: rgb(45,179,207); }
div.DivClassName
{
background-color: #2DB3CF;
}
.BgClassName
{
background-color: #2DB3CF;
}
</style>
border-color css
<style>
span { border-color: #2DB3CF; }
span { border-color: rgb(45,179,207); }
td.TdClassName
{
border-color: #2DB3CF;
}
.TagClassName
{
border-color: #2DB3CF;
}
</style>