Html Css Color HEX #1EC7FE Deep Sky Blue

📋 copy color: '#1EC7FE'

red 30 ◦ green 199 ◦ blue 254

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

Shades of Deep Sky Blue #1EC7FE

Tints of Deep Sky Blue #1EC7FE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.2%

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

R = 6.21%
G = 41.2%
B = 52.59%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1EC7FE (or 0x1EC7FE) is known color: Deep Sky Blue. HEX triplet: 1E, C7 and FE. RGB value is (30,199,254). Sum of RGB (Red+Green+Blue) = 30+199+254=483 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.21% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EC7FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC7FE is #E13801. Grayscale: #9A9A9A. Windows color (decimal): -14759938 or 16697118. OLE color: 16697118.

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

Color convert

RGB 30 199 254 -
CMYK 0.88 0.22 0 0.00
HSL 194.73º 0.99% 0.56% -
HSV(B) 194.73º 0.88% 1% -
XYZ 38.85 48.28 101.04 -
YUV 154.74 184.01 39.03 -
System Red Green Blue C M Y K H S L
Decimal 30 199 254 0.88 0.22 0 0.00 194.73 0.99 0.56
Hex 1E C7 FE 58 16 0 0 C3 63 38
Octal 36 307 376 130 26 0 0 303 143 70
Binary 11110 11000111 11111110 1011000 10110 0 0 11000011 1100011 111000

Color Harmonies of #1EC7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC7FE

Black with #1EC7FE

Text Example


Text Example

White with #1EC7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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