Html Css Color HEX #1ED4FE Deep Sky Blue

📋 copy color: '#1ED4FE'

red 30 ◦ green 212 ◦ blue 254

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

Shades of Deep Sky Blue #1ED4FE

Tints of Deep Sky Blue #1ED4FE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.74%

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 6.05%
G = 42.74%
B = 51.21%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1ED4FE (or 0x1ED4FE) is known color: Deep Sky Blue. HEX triplet: 1E, D4 and FE. RGB value is (30,212,254). Sum of RGB (Red+Green+Blue) = 30+212+254=496 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.05% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ED4FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED4FE is #E12B01. Grayscale: #A2A2A2. Windows color (decimal): -14756610 or 16700446. OLE color: 16700446.

HSL color Cylindrical-coordinate representation of color #1ED4FE: hue angle of 191.25º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ED4FE is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 30 212 254 -
CMYK 0.88 0.17 0 0.00
HSL 191.25º 0.99% 0.56% -
HSV(B) 191.25º 0.88% 1% -
XYZ 41.97 54.52 102.08 -
YUV 162.37 179.7 33.58 -
System Red Green Blue C M Y K H S L
Decimal 30 212 254 0.88 0.17 0 0.00 191.25 0.99 0.56
Hex 1E D4 FE 58 11 0 0 BF 63 38
Octal 36 324 376 130 21 0 0 277 143 70
Binary 11110 11010100 11111110 1011000 10001 0 0 10111111 1100011 111000

Color Harmonies of #1ED4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED4FE

Black with #1ED4FE

Text Example


Text Example

White with #1ED4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ED4FE;
 }
 .AnyTagClassName
 {
   color: #1ED4FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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