Shades of Summer Sky #2DCAEF
Tints of Summer Sky #2DCAEF
RGB
CMYK
RGB Variations
Color information
#2DCAEF (or 0x2DCAEF) is known color: Summer Sky. HEX triplet: 2D, CA and EF. RGB value is (45,202,239). Sum of RGB (Red+Green+Blue) = 45+202+239=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DCAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCAEF is #D23510. Grayscale: #9E9E9E. Windows color (decimal): -13776145 or 15714861. OLE color: 15714861.
HSL color Cylindrical-coordinate representation of color #2DCAEF: hue angle of 191.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DCAEF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 202 | 239 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.06 |
| HSL | 191.44º | 0.86% | 0.56% | - |
| HSV(B) | 191.44º | 0.81% | 0.94% | - |
| XYZ | 37.78 | 49.03 | 89.13 | - |
| YUV | 159.28 | 172.99 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 239 | 0.81 | 0.15 | 0 | 0.06 | 191.44 | 0.86 | 0.56 |
| Hex | 2D | CA | EF | 51 | F | 0 | 6 | BF | 56 | 38 |
| Octal | 55 | 312 | 357 | 121 | 17 | 0 | 6 | 277 | 126 | 70 |
| Binary | 101101 | 11001010 | 11101111 | 1010001 | 1111 | 0 | 110 | 10111111 | 1010110 | 111000 |
Color Harmonies of #2DCAEF
Complementary color
Monochromatic Colors of #2DCAEF
Black with #2DCAEF
Text Example
Text Example
White with #2DCAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCAEF; }
p { color: rgb(45,202,239); }
H1.HeaderClassName
{
color: #2DCAEF;
}
.AnyTagClassName
{
color: #2DCAEF;
}
</style>
background-color css
<style>
a { background-color: #2DCAEF; }
a { background-color: rgb(45,202,239); }
div.DivClassName
{
background-color: #2DCAEF;
}
.BgClassName
{
background-color: #2DCAEF;
}
</style>
border-color css
<style>
span { border-color: #2DCAEF; }
span { border-color: rgb(45,202,239); }
td.TdClassName
{
border-color: #2DCAEF;
}
.TagClassName
{
border-color: #2DCAEF;
}
</style>