Shades of Deep Sky Blue #2DD9FE
Tints of Deep Sky Blue #2DD9FE
RGB
CMYK
RGB Variations
Color information
#2DD9FE (or 0x2DD9FE) is known color: Deep Sky Blue. HEX triplet: 2D, D9 and FE. RGB value is (45,217,254). Sum of RGB (Red+Green+Blue) = 45+217+254=516 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.72% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #2DD9FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DD9FE is #D22601. Grayscale: #A9A9A9. Windows color (decimal): -13772290 or 16701741. OLE color: 16701741.
HSL color Cylindrical-coordinate representation of color #2DD9FE: hue angle of 190.62º 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 #2DD9FE is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 217 | 254 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.00 |
| HSL | 190.62º | 0.99% | 0.59% | - |
| HSV(B) | 190.62º | 0.82% | 1% | - |
| XYZ | 43.78 | 57.34 | 102.53 | - |
| YUV | 169.79 | 175.52 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 217 | 254 | 0.82 | 0.15 | 0 | 0.00 | 190.62 | 0.99 | 0.59 |
| Hex | 2D | D9 | FE | 52 | F | 0 | 0 | BF | 63 | 3B |
| Octal | 55 | 331 | 376 | 122 | 17 | 0 | 0 | 277 | 143 | 73 |
| Binary | 101101 | 11011001 | 11111110 | 1010010 | 1111 | 0 | 0 | 10111111 | 1100011 | 111011 |
Color Harmonies of #2DD9FE
Complementary color
Monochromatic Colors of #2DD9FE
Black with #2DD9FE
Text Example
Text Example
White with #2DD9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD9FE; }
p { color: rgb(45,217,254); }
H1.HeaderClassName
{
color: #2DD9FE;
}
.AnyTagClassName
{
color: #2DD9FE;
}
</style>
background-color css
<style>
a { background-color: #2DD9FE; }
a { background-color: rgb(45,217,254); }
div.DivClassName
{
background-color: #2DD9FE;
}
.BgClassName
{
background-color: #2DD9FE;
}
</style>
border-color css
<style>
span { border-color: #2DD9FE; }
span { border-color: rgb(45,217,254); }
td.TdClassName
{
border-color: #2DD9FE;
}
.TagClassName
{
border-color: #2DD9FE;
}
</style>