Html Css Color HEX #1EDCFE Deep Sky Blue

📋 copy color: '#1EDCFE'

red 30 ◦ green 220 ◦ blue 254

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

Shades of Deep Sky Blue #1EDCFE

Tints of Deep Sky Blue #1EDCFE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.65%

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

R = 5.95%
G = 43.65%
B = 50.4%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1EDCFE (or 0x1EDCFE) is known color: Deep Sky Blue. HEX triplet: 1E, DC and FE. RGB value is (30,220,254). Sum of RGB (Red+Green+Blue) = 30+220+254=504 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.95% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EDCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDCFE is #E12301. Grayscale: #A6A6A6. Windows color (decimal): -14754562 or 16702494. OLE color: 16702494.

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

Color convert

RGB 30 220 254 -
CMYK 0.88 0.13 0 0.00
HSL 189.11º 0.99% 0.56% -
HSV(B) 189.11º 0.88% 1% -
XYZ 44.02 58.62 102.76 -
YUV 167.07 177.05 30.24 -
System Red Green Blue C M Y K H S L
Decimal 30 220 254 0.88 0.13 0 0.00 189.11 0.99 0.56
Hex 1E DC FE 58 D 0 0 BD 63 38
Octal 36 334 376 130 15 0 0 275 143 70
Binary 11110 11011100 11111110 1011000 1101 0 0 10111101 1100011 111000

Color Harmonies of #1EDCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDCFE

Black with #1EDCFE

Text Example


Text Example

White with #1EDCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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