Html Css Color HEX #1EC4F1 Deep Sky Blue

📋 copy color: '#1EC4F1'

red 30 ◦ green 196 ◦ blue 241

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

Shades of Deep Sky Blue #1EC4F1

Tints of Deep Sky Blue #1EC4F1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.97%

 BLUE value IS 241 (94.53% from 255) = 51.61%

R = 6.42%
G = 41.97%
B = 51.61%

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

#1EC4F1 (or 0x1EC4F1) is known color: Deep Sky Blue. HEX triplet: 1E, C4 and F1. RGB value is (30,196,241). Sum of RGB (Red+Green+Blue) = 30+196+241=467 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.42% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #1EC4F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC4F1 is #E13B0E. Grayscale: #979797. Windows color (decimal): -14760719 or 15844382. OLE color: 15844382.

HSL color Cylindrical-coordinate representation of color #1EC4F1: hue angle of 192.8º degrees, saturation: 0.88, 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 #1EC4F1 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 196 241 -
CMYK 0.88 0.19 0 0.05
HSL 192.8º 0.88% 0.53% -
HSV(B) 192.8º 0.88% 0.95% -
XYZ 36.15 46.11 90.21 -
YUV 151.5 178.5 41.34 -
System Red Green Blue C M Y K H S L
Decimal 30 196 241 0.88 0.19 0 0.05 192.8 0.88 0.53
Hex 1E C4 F1 58 13 0 5 C1 58 35
Octal 36 304 361 130 23 0 5 301 130 65
Binary 11110 11000100 11110001 1011000 10011 0 101 11000001 1011000 110101

Color Harmonies of #1EC4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC4F1

Black with #1EC4F1

Text Example


Text Example

White with #1EC4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,196,241); }

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

background-color css

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

 a { background-color: rgb(30,196,241); }

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

border-color css

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

 span { border-color: rgb(30,196,241); }

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