Shades of Summer Sky #2D93DE
Tints of Summer Sky #2D93DE
RGB
CMYK
RGB Variations
Color information
#2D93DE (or 0x2D93DE) is known color: Summer Sky. HEX triplet: 2D, 93 and DE. RGB value is (45,147,222). Sum of RGB (Red+Green+Blue) = 45+147+222=414 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.87% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #2D93DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D93DE is #D26C21. Grayscale: #7C7C7C. Windows color (decimal): -13790242 or 14586669. OLE color: 14586669.
HSL color Cylindrical-coordinate representation of color #2D93DE: hue angle of 205.42º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D93DE is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 147 | 222 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.13 |
| HSL | 205.42º | 0.73% | 0.52% | - |
| HSV(B) | 205.42º | 0.8% | 0.87% | - |
| XYZ | 24.7 | 26.7 | 72.96 | - |
| YUV | 125.05 | 182.71 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 222 | 0.80 | 0.34 | 0 | 0.13 | 205.42 | 0.73 | 0.52 |
| Hex | 2D | 93 | DE | 50 | 22 | 0 | D | CD | 49 | 34 |
| Octal | 55 | 223 | 336 | 120 | 42 | 0 | 15 | 315 | 111 | 64 |
| Binary | 101101 | 10010011 | 11011110 | 1010000 | 100010 | 0 | 1101 | 11001101 | 1001001 | 110100 |
Color Harmonies of #2D93DE
Complementary color
Monochromatic Colors of #2D93DE
Black with #2D93DE
Text Example
Text Example
White with #2D93DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D93DE; }
p { color: rgb(45,147,222); }
H1.HeaderClassName
{
color: #2D93DE;
}
.AnyTagClassName
{
color: #2D93DE;
}
</style>
background-color css
<style>
a { background-color: #2D93DE; }
a { background-color: rgb(45,147,222); }
div.DivClassName
{
background-color: #2D93DE;
}
.BgClassName
{
background-color: #2D93DE;
}
</style>
border-color css
<style>
span { border-color: #2D93DE; }
span { border-color: rgb(45,147,222); }
td.TdClassName
{
border-color: #2D93DE;
}
.TagClassName
{
border-color: #2D93DE;
}
</style>