Shades of Summer Sky #2DBCEA
Tints of Summer Sky #2DBCEA
RGB
CMYK
RGB Variations
Color information
#2DBCEA (or 0x2DBCEA) is known color: Summer Sky. HEX triplet: 2D, BC and EA. RGB value is (45,188,234). Sum of RGB (Red+Green+Blue) = 45+188+234=467 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.64% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DBCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBCEA is #D24315. Grayscale: #969696. Windows color (decimal): -13779734 or 15383597. OLE color: 15383597.
HSL color Cylindrical-coordinate representation of color #2DBCEA: hue angle of 194.6º 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 #2DBCEA is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 188 | 234 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.08 |
| HSL | 194.6º | 0.82% | 0.55% | - |
| HSV(B) | 194.6º | 0.81% | 0.92% | - |
| XYZ | 33.92 | 42.46 | 84.25 | - |
| YUV | 150.49 | 175.12 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 234 | 0.81 | 0.20 | 0 | 0.08 | 194.6 | 0.82 | 0.55 |
| Hex | 2D | BC | EA | 51 | 14 | 0 | 8 | C3 | 52 | 37 |
| Octal | 55 | 274 | 352 | 121 | 24 | 0 | 10 | 303 | 122 | 67 |
| Binary | 101101 | 10111100 | 11101010 | 1010001 | 10100 | 0 | 1000 | 11000011 | 1010010 | 110111 |
Color Harmonies of #2DBCEA
Complementary color
Monochromatic Colors of #2DBCEA
Black with #2DBCEA
Text Example
Text Example
White with #2DBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCEA; }
p { color: rgb(45,188,234); }
H1.HeaderClassName
{
color: #2DBCEA;
}
.AnyTagClassName
{
color: #2DBCEA;
}
</style>
background-color css
<style>
a { background-color: #2DBCEA; }
a { background-color: rgb(45,188,234); }
div.DivClassName
{
background-color: #2DBCEA;
}
.BgClassName
{
background-color: #2DBCEA;
}
</style>
border-color css
<style>
span { border-color: #2DBCEA; }
span { border-color: rgb(45,188,234); }
td.TdClassName
{
border-color: #2DBCEA;
}
.TagClassName
{
border-color: #2DBCEA;
}
</style>