Html Css Color HEX #1ED4FD Deep Sky Blue

📋 copy color: '#1ED4FD'

red 30 ◦ green 212 ◦ blue 253

#1ED4FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #1ED4FD

Tints of Deep Sky Blue #1ED4FD

RGB

 RED value IS 30 (12.11% from 255) = 6.06%

 GREEN value IS 212 (83.2% 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 value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1ED4FD (or 0x1ED4FD) is known color: 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

RGB 30 212 253 -
CMYK 0.88 0.16 0 0.01
HSL 191.03º 0.98% 0.55% -
HSV(B) 191.03º 0.88% 0.99% -
XYZ 41.81 54.45 101.24 -
YUV 162.26 179.2 33.67 -
System Red Green Blue C M Y K H S L
Decimal 30 212 253 0.88 0.16 0 0.01 191.03 0.98 0.55
Hex 1E D4 FD 58 10 0 1 BF 62 37
Octal 36 324 375 130 20 0 1 277 142 67
Binary 11110 11010100 11111101 1011000 10000 0 1 10111111 1100010 110111

Color Harmonies of #1ED4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED4FD

Black with #1ED4FD

Text Example


Text Example

White with #1ED4FD

Text Example


Text Example

HTML Codes & Css Web 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>