#1EC5F3

Color #1EC5F3 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #1EC5F3

Tints of Deep Sky Blue #1EC5F3

Color information

#1EC5F3 (or 0x1EC5F3) is unknown color: approx Deep Sky Blue. HEX triplet: 1E, C5 and F3. RGB value is (30,197,243). Sum of RGB (Red+Green+Blue) = 30+197+243=470 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.38% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 243 (95.31% from 255 or 51.70% from 470); Max value from RGB is 243 - color contains mainly: blue. Hex color #1EC5F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC5F3 is #E13A0C. Grayscale: #979797. Windows color (decimal): -14760461 or 15975710. OLE color: 15975710.

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

Color convert

RGB30197243-
CMYK0.880.1900.05
HSL192.96º89.87%53.53%-
HSV(B)192.96º87.65%95.29%-
XYZ36.6846.6891.87-
YUV152.31179.1740.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.38%
GREEN value IS 197 (77.34% from 255) = 41.91%
BLUE value IS 243 (95.31% from 255) = 51.70%
R=6.38%
G=41.91%
B=51.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal301972430.880.1900.05192.9689.8753.53
Hex1EC5F3581305c15a36
Octal36305363130230530113266
Binary1111011000101111100111011000100110101110000011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EC5F3;
 }
 .AnyTagClassName
 {
   color: #1EC5F3;
 }
</style>
background-color css

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

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

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

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

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

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