Html Css Color HEX #1EC9FE Deep Sky Blue

📋 copy color: '#1EC9FE'

red 30 ◦ green 201 ◦ blue 254

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

Shades of Deep Sky Blue #1EC9FE

Tints of Deep Sky Blue #1EC9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.44%

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

R = 6.19%
G = 41.44%
B = 52.37%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1EC9FE (or 0x1EC9FE) is known color: Deep Sky Blue. HEX triplet: 1E, C9 and FE. RGB value is (30,201,254). Sum of RGB (Red+Green+Blue) = 30+201+254=485 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.19% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EC9FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC9FE is #E13601. Grayscale: #9B9B9B. Windows color (decimal): -14759426 or 16697630. OLE color: 16697630.

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

Color convert

RGB 30 201 254 -
CMYK 0.88 0.21 0 0.00
HSL 194.2º 0.99% 0.56% -
HSV(B) 194.2º 0.88% 1% -
XYZ 39.31 49.21 101.19 -
YUV 155.91 183.35 38.19 -
System Red Green Blue C M Y K H S L
Decimal 30 201 254 0.88 0.21 0 0.00 194.2 0.99 0.56
Hex 1E C9 FE 58 15 0 0 C2 63 38
Octal 36 311 376 130 25 0 0 302 143 70
Binary 11110 11001001 11111110 1011000 10101 0 0 11000010 1100011 111000

Color Harmonies of #1EC9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC9FE

Black with #1EC9FE

Text Example


Text Example

White with #1EC9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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