Html Css Color HEX #1EC5F2 Deep Sky Blue

📋 copy color: '#1EC5F2'

red 30 ◦ green 197 ◦ blue 242

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

Shades of Deep Sky Blue #1EC5F2

Tints of Deep Sky Blue #1EC5F2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42%

 BLUE value IS 242 (94.92% from 255) = 51.6%

R = 6.4%
G = 42%
B = 51.6%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1EC5F2 (or 0x1EC5F2) is known color: Deep Sky Blue. HEX triplet: 1E, C5 and F2. RGB value is (30,197,242). Sum of RGB (Red+Green+Blue) = 30+197+242=469 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.40% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #1EC5F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC5F2 is #E13A0D. Grayscale: #979797. Windows color (decimal): -14760462 or 15910174. OLE color: 15910174.

HSL color Cylindrical-coordinate representation of color #1EC5F2: hue angle of 192.74º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EC5F2 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 197 242 -
CMYK 0.88 0.19 0 0.05
HSL 192.74º 0.89% 0.53% -
HSV(B) 192.74º 0.88% 0.95% -
XYZ 36.53 46.62 91.08 -
YUV 152.2 178.67 40.84 -
System Red Green Blue C M Y K H S L
Decimal 30 197 242 0.88 0.19 0 0.05 192.74 0.89 0.53
Hex 1E C5 F2 58 13 0 5 C1 59 35
Octal 36 305 362 130 23 0 5 301 131 65
Binary 11110 11000101 11110010 1011000 10011 0 101 11000001 1011001 110101

Color Harmonies of #1EC5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC5F2

Black with #1EC5F2

Text Example


Text Example

White with #1EC5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,197,242); }

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

background-color css

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

 a { background-color: rgb(30,197,242); }

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

border-color css

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

 span { border-color: rgb(30,197,242); }

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