Shades of Summer Sky #2DCEEB
Tints of Summer Sky #2DCEEB
RGB
CMYK
RGB Variations
Color information
#2DCEEB (or 0x2DCEEB) is known color: Summer Sky. HEX triplet: 2D, CE and EB. RGB value is (45,206,235). Sum of RGB (Red+Green+Blue) = 45+206+235=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #2DCEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCEEB is #D23114. Grayscale: #A0A0A0. Windows color (decimal): -13775125 or 15453741. OLE color: 15453741.
HSL color Cylindrical-coordinate representation of color #2DCEEB: hue angle of 189.16º degrees, saturation: 0.83, 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 #2DCEEB is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 206 | 235 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.08 |
| HSL | 189.16º | 0.83% | 0.55% | - |
| HSV(B) | 189.16º | 0.81% | 0.92% | - |
| XYZ | 38.15 | 50.7 | 86.37 | - |
| YUV | 161.17 | 169.66 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 206 | 235 | 0.81 | 0.12 | 0 | 0.08 | 189.16 | 0.83 | 0.55 |
| Hex | 2D | CE | EB | 51 | C | 0 | 8 | BD | 53 | 37 |
| Octal | 55 | 316 | 353 | 121 | 14 | 0 | 10 | 275 | 123 | 67 |
| Binary | 101101 | 11001110 | 11101011 | 1010001 | 1100 | 0 | 1000 | 10111101 | 1010011 | 110111 |
Color Harmonies of #2DCEEB
Complementary color
Monochromatic Colors of #2DCEEB
Black with #2DCEEB
Text Example
Text Example
White with #2DCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCEEB; }
p { color: rgb(45,206,235); }
H1.HeaderClassName
{
color: #2DCEEB;
}
.AnyTagClassName
{
color: #2DCEEB;
}
</style>
background-color css
<style>
a { background-color: #2DCEEB; }
a { background-color: rgb(45,206,235); }
div.DivClassName
{
background-color: #2DCEEB;
}
.BgClassName
{
background-color: #2DCEEB;
}
</style>
border-color css
<style>
span { border-color: #2DCEEB; }
span { border-color: rgb(45,206,235); }
td.TdClassName
{
border-color: #2DCEEB;
}
.TagClassName
{
border-color: #2DCEEB;
}
</style>