Shades of Summer Sky #2DCFEA
Tints of Summer Sky #2DCFEA
RGB
CMYK
RGB Variations
Color information
#2DCFEA (or 0x2DCFEA) is known color: Summer Sky. HEX triplet: 2D, CF and EA. RGB value is (45,207,234). Sum of RGB (Red+Green+Blue) = 45+207+234=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DCFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCFEA is #D23015. Grayscale: #A1A1A1. Windows color (decimal): -13774870 or 15388461. OLE color: 15388461.
HSL color Cylindrical-coordinate representation of color #2DCFEA: hue angle of 188.57º 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 #2DCFEA is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 207 | 234 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.08 |
| HSL | 188.57º | 0.82% | 0.55% | - |
| HSV(B) | 188.57º | 0.81% | 0.92% | - |
| XYZ | 38.25 | 51.12 | 85.69 | - |
| YUV | 161.64 | 168.83 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 234 | 0.81 | 0.12 | 0 | 0.08 | 188.57 | 0.82 | 0.55 |
| Hex | 2D | CF | EA | 51 | C | 0 | 8 | BD | 52 | 37 |
| Octal | 55 | 317 | 352 | 121 | 14 | 0 | 10 | 275 | 122 | 67 |
| Binary | 101101 | 11001111 | 11101010 | 1010001 | 1100 | 0 | 1000 | 10111101 | 1010010 | 110111 |
Color Harmonies of #2DCFEA
Complementary color
Monochromatic Colors of #2DCFEA
Black with #2DCFEA
Text Example
Text Example
White with #2DCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFEA; }
p { color: rgb(45,207,234); }
H1.HeaderClassName
{
color: #2DCFEA;
}
.AnyTagClassName
{
color: #2DCFEA;
}
</style>
background-color css
<style>
a { background-color: #2DCFEA; }
a { background-color: rgb(45,207,234); }
div.DivClassName
{
background-color: #2DCFEA;
}
.BgClassName
{
background-color: #2DCFEA;
}
</style>
border-color css
<style>
span { border-color: #2DCFEA; }
span { border-color: rgb(45,207,234); }
td.TdClassName
{
border-color: #2DCFEA;
}
.TagClassName
{
border-color: #2DCFEA;
}
</style>