Shades of Summer Sky #2DB1EA
Tints of Summer Sky #2DB1EA
RGB
CMYK
RGB Variations
Color information
#2DB1EA (or 0x2DB1EA) is known color: Summer Sky. HEX triplet: 2D, B1 and EA. RGB value is (45,177,234). Sum of RGB (Red+Green+Blue) = 45+177+234=456 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.87% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DB1EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DB1EA is #D24E15. Grayscale: #8F8F8F. Windows color (decimal): -13782550 or 15380781. OLE color: 15380781.
HSL color Cylindrical-coordinate representation of color #2DB1EA: hue angle of 198.1º 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 #2DB1EA is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 177 | 234 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.08 |
| HSL | 198.1º | 0.82% | 0.55% | - |
| HSV(B) | 198.1º | 0.81% | 0.92% | - |
| XYZ | 31.66 | 37.94 | 83.5 | - |
| YUV | 144.03 | 178.77 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 234 | 0.81 | 0.24 | 0 | 0.08 | 198.1 | 0.82 | 0.55 |
| Hex | 2D | B1 | EA | 51 | 18 | 0 | 8 | C6 | 52 | 37 |
| Octal | 55 | 261 | 352 | 121 | 30 | 0 | 10 | 306 | 122 | 67 |
| Binary | 101101 | 10110001 | 11101010 | 1010001 | 11000 | 0 | 1000 | 11000110 | 1010010 | 110111 |
Color Harmonies of #2DB1EA
Complementary color
Monochromatic Colors of #2DB1EA
Black with #2DB1EA
Text Example
Text Example
White with #2DB1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB1EA; }
p { color: rgb(45,177,234); }
H1.HeaderClassName
{
color: #2DB1EA;
}
.AnyTagClassName
{
color: #2DB1EA;
}
</style>
background-color css
<style>
a { background-color: #2DB1EA; }
a { background-color: rgb(45,177,234); }
div.DivClassName
{
background-color: #2DB1EA;
}
.BgClassName
{
background-color: #2DB1EA;
}
</style>
border-color css
<style>
span { border-color: #2DB1EA; }
span { border-color: rgb(45,177,234); }
td.TdClassName
{
border-color: #2DB1EA;
}
.TagClassName
{
border-color: #2DB1EA;
}
</style>