#1EB6FD

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

Shades of Deep Sky Blue #1EB6FD

Tints of Deep Sky Blue #1EB6FD

Color information

#1EB6FD (or 0x1EB6FD) is unknown color: approx Deep Sky Blue. HEX triplet: 1E, B6 and FD. RGB value is (30,182,253). Sum of RGB (Red+Green+Blue) = 30+182+253=465 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.45% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #1EB6FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EB6FD is #E14902. Grayscale: #909090. Windows color (decimal): -14764291 or 16627230. OLE color: 16627230.

HSL color Cylindrical-coordinate representation of color #1EB6FD: hue angle of 199.1º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EB6FD is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB30182253-
CMYK0.880.2800.01
HSL199.1º98.24%55.49%-
HSV(B)199.1º88.14%99.22%-
XYZ34.9940.8298.96-
YUV144.65189.1446.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.45%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 253 (99.22% from 255) = 54.41%
R=6.45%
G=39.14%
B=54.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal301822530.880.2800.01199.198.2455.49
Hex1EB6FD581C01c76237
Octal36266375130340130714267
Binary11110101101101111110110110001110001110001111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,182,253); }

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

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

 a { background-color: rgb(30,182,253); }

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

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

 span { border-color: rgb(30,182,253); }

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