Html Css Color HEX #1ED7FE Deep Sky Blue

📋 copy color: '#1ED7FE'

red 30 ◦ green 215 ◦ blue 254

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

Shades of Deep Sky Blue #1ED7FE

Tints of Deep Sky Blue #1ED7FE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.09%

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

R = 6.01%
G = 43.09%
B = 50.9%

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

#1ED7FE (or 0x1ED7FE) is known color: Deep Sky Blue. HEX triplet: 1E, D7 and FE. RGB value is (30,215,254). Sum of RGB (Red+Green+Blue) = 30+215+254=499 (66% of max value = 765). Red value is 30 (12.11% from 255 or 6.01% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ED7FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED7FE is #E12801. Grayscale: #A3A3A3. Windows color (decimal): -14755842 or 16701214. OLE color: 16701214.

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

Color convert

RGB 30 215 254 -
CMYK 0.88 0.15 0 0.00
HSL 190.45º 0.99% 0.56% -
HSV(B) 190.45º 0.88% 1% -
XYZ 42.73 56.03 102.33 -
YUV 164.13 178.71 32.33 -
System Red Green Blue C M Y K H S L
Decimal 30 215 254 0.88 0.15 0 0.00 190.45 0.99 0.56
Hex 1E D7 FE 58 F 0 0 BE 63 38
Octal 36 327 376 130 17 0 0 276 143 70
Binary 11110 11010111 11111110 1011000 1111 0 0 10111110 1100011 111000

Color Harmonies of #1ED7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED7FE

Black with #1ED7FE

Text Example


Text Example

White with #1ED7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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