Shades of Summer Sky #2DD0FE
Tints of Summer Sky #2DD0FE
RGB
CMYK
RGB Variations
Color information
#2DD0FE (or 0x2DD0FE) is known color: Summer Sky. HEX triplet: 2D, D0 and FE. RGB value is (45,208,254). Sum of RGB (Red+Green+Blue) = 45+208+254=507 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.88% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #2DD0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DD0FE is #D22F01. Grayscale: #A4A4A4. Windows color (decimal): -13774594 or 16699437. OLE color: 16699437.
HSL color Cylindrical-coordinate representation of color #2DD0FE: hue angle of 193.21º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DD0FE is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 208 | 254 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.00 |
| HSL | 193.21º | 0.99% | 0.59% | - |
| HSV(B) | 193.21º | 0.82% | 1% | - |
| XYZ | 41.53 | 52.83 | 101.77 | - |
| YUV | 164.51 | 178.5 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 208 | 254 | 0.82 | 0.18 | 0 | 0.00 | 193.21 | 0.99 | 0.59 |
| Hex | 2D | D0 | FE | 52 | 12 | 0 | 0 | C1 | 63 | 3B |
| Octal | 55 | 320 | 376 | 122 | 22 | 0 | 0 | 301 | 143 | 73 |
| Binary | 101101 | 11010000 | 11111110 | 1010010 | 10010 | 0 | 0 | 11000001 | 1100011 | 111011 |
Color Harmonies of #2DD0FE
Complementary color
Monochromatic Colors of #2DD0FE
Black with #2DD0FE
Text Example
Text Example
White with #2DD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD0FE; }
p { color: rgb(45,208,254); }
H1.HeaderClassName
{
color: #2DD0FE;
}
.AnyTagClassName
{
color: #2DD0FE;
}
</style>
background-color css
<style>
a { background-color: #2DD0FE; }
a { background-color: rgb(45,208,254); }
div.DivClassName
{
background-color: #2DD0FE;
}
.BgClassName
{
background-color: #2DD0FE;
}
</style>
border-color css
<style>
span { border-color: #2DD0FE; }
span { border-color: rgb(45,208,254); }
td.TdClassName
{
border-color: #2DD0FE;
}
.TagClassName
{
border-color: #2DD0FE;
}
</style>