Html Css Color HEX #1ED1FE Deep Sky Blue

📋 copy color: '#1ED1FE'

red 30 ◦ green 209 ◦ blue 254

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

Shades of Deep Sky Blue #1ED1FE

Tints of Deep Sky Blue #1ED1FE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.39%

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

R = 6.09%
G = 42.39%
B = 51.52%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1ED1FE (or 0x1ED1FE) is known color: Deep Sky Blue. HEX triplet: 1E, D1 and FE. RGB value is (30,209,254). Sum of RGB (Red+Green+Blue) = 30+209+254=493 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.09% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ED1FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED1FE is #E12E01. Grayscale: #A0A0A0. Windows color (decimal): -14757378 or 16699678. OLE color: 16699678.

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

Color convert

RGB 30 209 254 -
CMYK 0.88 0.18 0 0.00
HSL 192.05º 0.99% 0.56% -
HSV(B) 192.05º 0.88% 1% -
XYZ 41.23 53.03 101.83 -
YUV 160.61 180.7 34.84 -
System Red Green Blue C M Y K H S L
Decimal 30 209 254 0.88 0.18 0 0.00 192.05 0.99 0.56
Hex 1E D1 FE 58 12 0 0 C0 63 38
Octal 36 321 376 130 22 0 0 300 143 70
Binary 11110 11010001 11111110 1011000 10010 0 0 11000000 1100011 111000

Color Harmonies of #1ED1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED1FE

Black with #1ED1FE

Text Example


Text Example

White with #1ED1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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