#2DD9FE

Color #2DD9FE Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #2DD9FE

Tints of Deep Sky Blue #2DD9FE

Color information

#2DD9FE (or 0x2DD9FE) is unknown color: approx 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

RGB45217254-
CMYK0.820.1500.00
HSL190.62º99.05%58.63%-
HSV(B)190.62º82.28%99.61%-
XYZ43.7857.34102.53-
YUV169.79175.5238.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 8.72%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 254 (99.61% from 255) = 49.22%
R=8.72%
G=42.05%
B=49.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal452172540.820.1500.00190.6299.0558.63
Hex2DD9FE52F00bf633b
Octal55331376122170027714373
Binary10110111011001111111101010010111100101111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>