Shades of Summer Sky #2DC9FD
Tints of Summer Sky #2DC9FD
RGB
CMYK
RGB Variations
Color information
#2DC9FD (or 0x2DC9FD) is known color: Summer Sky. HEX triplet: 2D, C9 and FD. RGB value is (45,201,253). Sum of RGB (Red+Green+Blue) = 45+201+253=499 (66% of max value = 765). Red value is 45 (17.97% from 255 or 9.02% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DC9FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DC9FD is #D23602. Grayscale: #9F9F9F. Windows color (decimal): -13776387 or 16632109. OLE color: 16632109.
HSL color Cylindrical-coordinate representation of color #2DC9FD: hue angle of 195º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DC9FD is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 201 | 253 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.01 |
| HSL | 195º | 0.98% | 0.58% | - |
| HSV(B) | 195º | 0.82% | 0.99% | - |
| XYZ | 39.7 | 49.42 | 100.38 | - |
| YUV | 160.28 | 180.32 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 201 | 253 | 0.82 | 0.21 | 0 | 0.01 | 195 | 0.98 | 0.58 |
| Hex | 2D | C9 | FD | 52 | 15 | 0 | 1 | C3 | 62 | 3A |
| Octal | 55 | 311 | 375 | 122 | 25 | 0 | 1 | 303 | 142 | 72 |
| Binary | 101101 | 11001001 | 11111101 | 1010010 | 10101 | 0 | 1 | 11000011 | 1100010 | 111010 |
Color Harmonies of #2DC9FD
Complementary color
Monochromatic Colors of #2DC9FD
Black with #2DC9FD
Text Example
Text Example
White with #2DC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC9FD; }
p { color: rgb(45,201,253); }
H1.HeaderClassName
{
color: #2DC9FD;
}
.AnyTagClassName
{
color: #2DC9FD;
}
</style>
background-color css
<style>
a { background-color: #2DC9FD; }
a { background-color: rgb(45,201,253); }
div.DivClassName
{
background-color: #2DC9FD;
}
.BgClassName
{
background-color: #2DC9FD;
}
</style>
border-color css
<style>
span { border-color: #2DC9FD; }
span { border-color: rgb(45,201,253); }
td.TdClassName
{
border-color: #2DC9FD;
}
.TagClassName
{
border-color: #2DC9FD;
}
</style>