#1ED4FD

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

Shades of Deep Sky Blue #1ED4FD

Tints of Deep Sky Blue #1ED4FD

Color information

#1ED4FD (or 0x1ED4FD) is unknown color: approx Deep Sky Blue. HEX triplet: 1E, D4 and FD. RGB value is (30,212,253). Sum of RGB (Red+Green+Blue) = 30+212+253=495 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.06% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #1ED4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED4FD is #E12B02. Grayscale: #A1A1A1. Windows color (decimal): -14756611 or 16634910. OLE color: 16634910.

HSL color Cylindrical-coordinate representation of color #1ED4FD: hue angle of 191.03º 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 #1ED4FD is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB30212253-
CMYK0.880.1600.01
HSL191.03º98.24%55.49%-
HSV(B)191.03º88.14%99.22%-
XYZ41.8154.45101.24-
YUV162.26179.233.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.06%
GREEN value IS 212 (83.20% from 255) = 42.83%
BLUE value IS 253 (99.22% from 255) = 51.11%
R=6.06%
G=42.83%
B=51.11%

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
Decimal302122530.880.1600.01191.0398.2455.49
Hex1ED4FD581001bf6237
Octal36324375130200127714267
Binary11110110101001111110110110001000001101111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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