Shades of Deep Sky Blue #2DDBFE
Tints of Deep Sky Blue #2DDBFE
RGB
CMYK
RGB Variations
Color information
#2DDBFE (or 0x2DDBFE) is known color: Deep Sky Blue. HEX triplet: 2D, DB and FE. RGB value is (45,219,254). Sum of RGB (Red+Green+Blue) = 45+219+254=518 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.69% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #2DDBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDBFE is #D22401. Grayscale: #AAAAAA. Windows color (decimal): -13771778 or 16702253. OLE color: 16702253.
HSL color Cylindrical-coordinate representation of color #2DDBFE: hue angle of 190.05º 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 #2DDBFE is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 219 | 254 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.00 |
| HSL | 190.05º | 0.99% | 0.59% | - |
| HSV(B) | 190.05º | 0.82% | 1% | - |
| XYZ | 44.3 | 58.38 | 102.7 | - |
| YUV | 170.96 | 174.85 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 254 | 0.82 | 0.14 | 0 | 0.00 | 190.05 | 0.99 | 0.59 |
| Hex | 2D | DB | FE | 52 | E | 0 | 0 | BE | 63 | 3B |
| Octal | 55 | 333 | 376 | 122 | 16 | 0 | 0 | 276 | 143 | 73 |
| Binary | 101101 | 11011011 | 11111110 | 1010010 | 1110 | 0 | 0 | 10111110 | 1100011 | 111011 |
Color Harmonies of #2DDBFE
Complementary color
Monochromatic Colors of #2DDBFE
Black with #2DDBFE
Text Example
Text Example
White with #2DDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBFE; }
p { color: rgb(45,219,254); }
H1.HeaderClassName
{
color: #2DDBFE;
}
.AnyTagClassName
{
color: #2DDBFE;
}
</style>
background-color css
<style>
a { background-color: #2DDBFE; }
a { background-color: rgb(45,219,254); }
div.DivClassName
{
background-color: #2DDBFE;
}
.BgClassName
{
background-color: #2DDBFE;
}
</style>
border-color css
<style>
span { border-color: #2DDBFE; }
span { border-color: rgb(45,219,254); }
td.TdClassName
{
border-color: #2DDBFE;
}
.TagClassName
{
border-color: #2DDBFE;
}
</style>