#1ec0f1

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

Shades of Deep Sky Blue #1EC0F1

Tints of Deep Sky Blue #1EC0F1

Color information

#1EC0F1 (or 0x1EC0F1) is unknown color: approx Deep Sky Blue. HEX triplet: 1E, C0 and F1. RGB value is (30,192,241). Sum of RGB (Red+Green+Blue) = 30+192+241=463 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.48% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #1EC0F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC0F1 is #E13F0E. Grayscale: #949494. Windows color (decimal): -14761743 or 15843358. OLE color: 15843358.

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

Color convert

RGB30192241-
CMYK0.880.2000.05
HSL193.93º88.28%53.14%-
HSV(B)193.93º87.55%94.51%-
XYZ35.2644.3389.92-
YUV149.15179.8343.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.48%
GREEN value IS 192 (75.39% from 255) = 41.47%
BLUE value IS 241 (94.53% from 255) = 52.05%
R=6.48%
G=41.47%
B=52.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal301922410.880.2000.05193.9388.2853.14
Hex1EC0F1581405c25835
Octal36300361130240530213065
Binary1111011000000111100011011000101000101110000101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ec0f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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