Shades of Summer Sky #2DBEEA
Tints of Summer Sky #2DBEEA
RGB
CMYK
RGB Variations
Color information
#2DBEEA (or 0x2DBEEA) is known color: Summer Sky. HEX triplet: 2D, BE and EA. RGB value is (45,190,234). Sum of RGB (Red+Green+Blue) = 45+190+234=469 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.59% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DBEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBEEA is #D24115. Grayscale: #979797. Windows color (decimal): -13779222 or 15384109. OLE color: 15384109.
HSL color Cylindrical-coordinate representation of color #2DBEEA: hue angle of 193.97º 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 #2DBEEA is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 190 | 234 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.08 |
| HSL | 193.97º | 0.82% | 0.55% | - |
| HSV(B) | 193.97º | 0.81% | 0.92% | - |
| XYZ | 34.35 | 43.33 | 84.39 | - |
| YUV | 151.66 | 174.46 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 234 | 0.81 | 0.19 | 0 | 0.08 | 193.97 | 0.82 | 0.55 |
| Hex | 2D | BE | EA | 51 | 13 | 0 | 8 | C2 | 52 | 37 |
| Octal | 55 | 276 | 352 | 121 | 23 | 0 | 10 | 302 | 122 | 67 |
| Binary | 101101 | 10111110 | 11101010 | 1010001 | 10011 | 0 | 1000 | 11000010 | 1010010 | 110111 |
Color Harmonies of #2DBEEA
Complementary color
Monochromatic Colors of #2DBEEA
Black with #2DBEEA
Text Example
Text Example
White with #2DBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEEA; }
p { color: rgb(45,190,234); }
H1.HeaderClassName
{
color: #2DBEEA;
}
.AnyTagClassName
{
color: #2DBEEA;
}
</style>
background-color css
<style>
a { background-color: #2DBEEA; }
a { background-color: rgb(45,190,234); }
div.DivClassName
{
background-color: #2DBEEA;
}
.BgClassName
{
background-color: #2DBEEA;
}
</style>
border-color css
<style>
span { border-color: #2DBEEA; }
span { border-color: rgb(45,190,234); }
td.TdClassName
{
border-color: #2DBEEA;
}
.TagClassName
{
border-color: #2DBEEA;
}
</style>