Shades of Deep Sky Blue #2DDAFE
Tints of Deep Sky Blue #2DDAFE
RGB
CMYK
RGB Variations
Color information
#2DDAFE (or 0x2DDAFE) is known color: Deep Sky Blue. HEX triplet: 2D, DA and FE. RGB value is (45,218,254). Sum of RGB (Red+Green+Blue) = 45+218+254=517 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.70% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #2DDAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDAFE is #D22501. Grayscale: #AAAAAA. Windows color (decimal): -13772034 or 16701997. OLE color: 16701997.
HSL color Cylindrical-coordinate representation of color #2DDAFE: hue angle of 190.33º 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 #2DDAFE is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 218 | 254 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.00 |
| HSL | 190.33º | 0.99% | 0.59% | - |
| HSV(B) | 190.33º | 0.82% | 1% | - |
| XYZ | 44.04 | 57.86 | 102.61 | - |
| YUV | 170.38 | 175.19 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 254 | 0.82 | 0.14 | 0 | 0.00 | 190.33 | 0.99 | 0.59 |
| Hex | 2D | DA | FE | 52 | E | 0 | 0 | BE | 63 | 3B |
| Octal | 55 | 332 | 376 | 122 | 16 | 0 | 0 | 276 | 143 | 73 |
| Binary | 101101 | 11011010 | 11111110 | 1010010 | 1110 | 0 | 0 | 10111110 | 1100011 | 111011 |
Color Harmonies of #2DDAFE
Complementary color
Monochromatic Colors of #2DDAFE
Black with #2DDAFE
Text Example
Text Example
White with #2DDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDAFE; }
p { color: rgb(45,218,254); }
H1.HeaderClassName
{
color: #2DDAFE;
}
.AnyTagClassName
{
color: #2DDAFE;
}
</style>
background-color css
<style>
a { background-color: #2DDAFE; }
a { background-color: rgb(45,218,254); }
div.DivClassName
{
background-color: #2DDAFE;
}
.BgClassName
{
background-color: #2DDAFE;
}
</style>
border-color css
<style>
span { border-color: #2DDAFE; }
span { border-color: rgb(45,218,254); }
td.TdClassName
{
border-color: #2DDAFE;
}
.TagClassName
{
border-color: #2DDAFE;
}
</style>