Shades of Summer Sky #2DB3EA
Tints of Summer Sky #2DB3EA
RGB
CMYK
RGB Variations
Color information
#2DB3EA (or 0x2DB3EA) is known color: Summer Sky. HEX triplet: 2D, B3 and EA. RGB value is (45,179,234). Sum of RGB (Red+Green+Blue) = 45+179+234=458 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.83% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DB3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB3EA is #D24C15. Grayscale: #909090. Windows color (decimal): -13782038 or 15381293. OLE color: 15381293.
HSL color Cylindrical-coordinate representation of color #2DB3EA: hue angle of 197.46º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DB3EA is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 179 | 234 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.08 |
| HSL | 197.46º | 0.82% | 0.55% | - |
| HSV(B) | 197.46º | 0.81% | 0.92% | - |
| XYZ | 32.05 | 38.74 | 83.63 | - |
| YUV | 145.2 | 178.11 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 234 | 0.81 | 0.24 | 0 | 0.08 | 197.46 | 0.82 | 0.55 |
| Hex | 2D | B3 | EA | 51 | 18 | 0 | 8 | C5 | 52 | 37 |
| Octal | 55 | 263 | 352 | 121 | 30 | 0 | 10 | 305 | 122 | 67 |
| Binary | 101101 | 10110011 | 11101010 | 1010001 | 11000 | 0 | 1000 | 11000101 | 1010010 | 110111 |
Color Harmonies of #2DB3EA
Complementary color
Monochromatic Colors of #2DB3EA
Black with #2DB3EA
Text Example
Text Example
White with #2DB3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB3EA; }
p { color: rgb(45,179,234); }
H1.HeaderClassName
{
color: #2DB3EA;
}
.AnyTagClassName
{
color: #2DB3EA;
}
</style>
background-color css
<style>
a { background-color: #2DB3EA; }
a { background-color: rgb(45,179,234); }
div.DivClassName
{
background-color: #2DB3EA;
}
.BgClassName
{
background-color: #2DB3EA;
}
</style>
border-color css
<style>
span { border-color: #2DB3EA; }
span { border-color: rgb(45,179,234); }
td.TdClassName
{
border-color: #2DB3EA;
}
.TagClassName
{
border-color: #2DB3EA;
}
</style>