Shades of Summer Sky #2DCAEE
Tints of Summer Sky #2DCAEE
RGB
CMYK
RGB Variations
Color information
#2DCAEE (or 0x2DCAEE) is known color: Summer Sky. HEX triplet: 2D, CA and EE. RGB value is (45,202,238). Sum of RGB (Red+Green+Blue) = 45+202+238=485 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.28% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #2DCAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCAEE is #D23511. Grayscale: #9E9E9E. Windows color (decimal): -13776146 or 15649325. OLE color: 15649325.
HSL color Cylindrical-coordinate representation of color #2DCAEE: hue angle of 191.19º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DCAEE is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 202 | 238 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.07 |
| HSL | 191.19º | 0.85% | 0.55% | - |
| HSV(B) | 191.19º | 0.81% | 0.93% | - |
| XYZ | 37.64 | 48.97 | 88.36 | - |
| YUV | 159.16 | 172.49 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 238 | 0.81 | 0.15 | 0 | 0.07 | 191.19 | 0.85 | 0.55 |
| Hex | 2D | CA | EE | 51 | F | 0 | 7 | BF | 55 | 37 |
| Octal | 55 | 312 | 356 | 121 | 17 | 0 | 7 | 277 | 125 | 67 |
| Binary | 101101 | 11001010 | 11101110 | 1010001 | 1111 | 0 | 111 | 10111111 | 1010101 | 110111 |
Color Harmonies of #2DCAEE
Complementary color
Monochromatic Colors of #2DCAEE
Black with #2DCAEE
Text Example
Text Example
White with #2DCAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCAEE; }
p { color: rgb(45,202,238); }
H1.HeaderClassName
{
color: #2DCAEE;
}
.AnyTagClassName
{
color: #2DCAEE;
}
</style>
background-color css
<style>
a { background-color: #2DCAEE; }
a { background-color: rgb(45,202,238); }
div.DivClassName
{
background-color: #2DCAEE;
}
.BgClassName
{
background-color: #2DCAEE;
}
</style>
border-color css
<style>
span { border-color: #2DCAEE; }
span { border-color: rgb(45,202,238); }
td.TdClassName
{
border-color: #2DCAEE;
}
.TagClassName
{
border-color: #2DCAEE;
}
</style>