#1ECDF4

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

Shades of Deep Sky Blue #1ECDF4

Tints of Deep Sky Blue #1ECDF4

Color information

#1ECDF4 (or 0x1ECDF4) is unknown color: approx Deep Sky Blue. HEX triplet: 1E, CD and F4. RGB value is (30,205,244). Sum of RGB (Red+Green+Blue) = 30+205+244=479 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.26% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 244 (95.70% from 255 or 50.94% from 479); Max value from RGB is 244 - color contains mainly: blue. Hex color #1ECDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECDF4 is #E1320B. Grayscale: #9C9C9C. Windows color (decimal): -14758412 or 16043294. OLE color: 16043294.

HSL color Cylindrical-coordinate representation of color #1ECDF4: hue angle of 190.93º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECDF4 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB30205244-
CMYK0.880.1600.04
HSL190.93º90.68%53.73%-
HSV(B)190.93º87.7%95.69%-
XYZ38.750.4793.29-
YUV157.12177.0237.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.26%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 244 (95.70% from 255) = 50.94%
R=6.26%
G=42.80%
B=50.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal302052440.880.1600.04190.9390.6853.73
Hex1ECDF4581004bf5b36
Octal36315364130200427713366
Binary1111011001101111101001011000100000100101111111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,205,244); }

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

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

 a { background-color: rgb(30,205,244); }

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

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

 span { border-color: rgb(30,205,244); }

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