#1ED5FD

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

Shades of Deep Sky Blue #1ED5FD

Tints of Deep Sky Blue #1ED5FD

Color information

#1ED5FD (or 0x1ED5FD) is unknown color: approx Deep Sky Blue. HEX triplet: 1E, D5 and FD. RGB value is (30,213,253). Sum of RGB (Red+Green+Blue) = 30+213+253=496 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.05% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #1ED5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED5FD is #E12A02. Grayscale: #A2A2A2. Windows color (decimal): -14756355 or 16635166. OLE color: 16635166.

HSL color Cylindrical-coordinate representation of color #1ED5FD: hue angle of 190.76º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ED5FD is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB30213253-
CMYK0.880.1600.01
HSL190.76º98.24%55.49%-
HSV(B)190.76º88.14%99.22%-
XYZ42.0654.96101.32-
YUV162.84178.8733.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.05%
GREEN value IS 213 (83.59% from 255) = 42.94%
BLUE value IS 253 (99.22% from 255) = 51.01%
R=6.05%
G=42.94%
B=51.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal302132530.880.1600.01190.7698.2455.49
Hex1ED5FD581001bf6237
Octal36325375130200127714267
Binary11110110101011111110110110001000001101111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ED5FD; }

 p { color: rgb(30,213,253); }

 H1.HeaderClassName
 {
   color: #1ED5FD;
 }
 .AnyTagClassName
 {
   color: #1ED5FD;
 }
</style>
background-color css

<style>
 a { background-color: #1ED5FD; }

 a { background-color: rgb(30,213,253); }

 div.DivClassName
 {
   background-color: #1ED5FD;
 }
 .BgClassName
 {
   background-color: #1ED5FD;
 }
</style>
border-color css

<style>
 span { border-color: #1ED5FD; }

 span { border-color: rgb(30,213,253); }

 td.TdClassName
 {
   border-color: #1ED5FD;
 }
 .TagClassName
 {
   border-color: #1ED5FD;
 }
</style>