Shades of Summer Sky #2DB4EA
Tints of Summer Sky #2DB4EA
RGB
CMYK
RGB Variations
Color information
#2DB4EA (or 0x2DB4EA) is known color: Summer Sky. HEX triplet: 2D, B4 and EA. RGB value is (45,180,234). Sum of RGB (Red+Green+Blue) = 45+180+234=459 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.80% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DB4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB4EA is #D24B15. Grayscale: #919191. Windows color (decimal): -13781782 or 15381549. OLE color: 15381549.
HSL color Cylindrical-coordinate representation of color #2DB4EA: hue angle of 197.14º 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 #2DB4EA is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 180 | 234 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.08 |
| HSL | 197.14º | 0.82% | 0.55% | - |
| HSV(B) | 197.14º | 0.81% | 0.92% | - |
| XYZ | 32.25 | 39.14 | 83.7 | - |
| YUV | 145.79 | 177.77 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 234 | 0.81 | 0.23 | 0 | 0.08 | 197.14 | 0.82 | 0.55 |
| Hex | 2D | B4 | EA | 51 | 17 | 0 | 8 | C5 | 52 | 37 |
| Octal | 55 | 264 | 352 | 121 | 27 | 0 | 10 | 305 | 122 | 67 |
| Binary | 101101 | 10110100 | 11101010 | 1010001 | 10111 | 0 | 1000 | 11000101 | 1010010 | 110111 |
Color Harmonies of #2DB4EA
Complementary color
Monochromatic Colors of #2DB4EA
Black with #2DB4EA
Text Example
Text Example
White with #2DB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB4EA; }
p { color: rgb(45,180,234); }
H1.HeaderClassName
{
color: #2DB4EA;
}
.AnyTagClassName
{
color: #2DB4EA;
}
</style>
background-color css
<style>
a { background-color: #2DB4EA; }
a { background-color: rgb(45,180,234); }
div.DivClassName
{
background-color: #2DB4EA;
}
.BgClassName
{
background-color: #2DB4EA;
}
</style>
border-color css
<style>
span { border-color: #2DB4EA; }
span { border-color: rgb(45,180,234); }
td.TdClassName
{
border-color: #2DB4EA;
}
.TagClassName
{
border-color: #2DB4EA;
}
</style>