Html Css Color HEX #1ED9FE Deep Sky Blue

📋 copy color: '#1ED9FE'

red 30 ◦ green 217 ◦ blue 254

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

Shades of Deep Sky Blue #1ED9FE

Tints of Deep Sky Blue #1ED9FE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.31%

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

R = 5.99%
G = 43.31%
B = 50.7%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1ED9FE (or 0x1ED9FE) is known color: Deep Sky Blue. HEX triplet: 1E, D9 and FE. RGB value is (30,217,254). Sum of RGB (Red+Green+Blue) = 30+217+254=501 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.99% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ED9FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED9FE is #E12601. Grayscale: #A4A4A4. Windows color (decimal): -14755330 or 16701726. OLE color: 16701726.

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

Color convert

RGB 30 217 254 -
CMYK 0.88 0.15 0 0.00
HSL 189.91º 0.99% 0.56% -
HSV(B) 189.91º 0.88% 1% -
XYZ 43.24 57.06 102.5 -
YUV 165.31 178.05 31.49 -
System Red Green Blue C M Y K H S L
Decimal 30 217 254 0.88 0.15 0 0.00 189.91 0.99 0.56
Hex 1E D9 FE 58 F 0 0 BE 63 38
Octal 36 331 376 130 17 0 0 276 143 70
Binary 11110 11011001 11111110 1011000 1111 0 0 10111110 1100011 111000

Color Harmonies of #1ED9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED9FE

Black with #1ED9FE

Text Example


Text Example

White with #1ED9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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