#1ED5F9

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

Shades of Deep Sky Blue #1ED5F9

Tints of Deep Sky Blue #1ED5F9

Color information

#1ED5F9 (or 0x1ED5F9) is unknown color: approx Deep Sky Blue. HEX triplet: 1E, D5 and F9. RGB value is (30,213,249). Sum of RGB (Red+Green+Blue) = 30+213+249=492 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.10% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #1ED5F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED5F9 is #E12A06. Grayscale: #A2A2A2. Windows color (decimal): -14756359 or 16373022. OLE color: 16373022.

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

Color convert

RGB30213249-
CMYK0.880.1400.02
HSL189.86º94.81%54.71%-
HSV(B)189.86º87.95%97.65%-
XYZ41.4354.798-
YUV162.39176.8733.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.10%
GREEN value IS 213 (83.59% from 255) = 43.29%
BLUE value IS 249 (97.66% from 255) = 50.61%
R=6.10%
G=43.29%
B=50.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal302132490.880.1400.02189.8694.8154.71
Hex1ED5F958E02be5f37
Octal36325371130160227613767
Binary11110110101011111100110110001110010101111101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,213,249); }

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

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

 a { background-color: rgb(30,213,249); }

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

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

 span { border-color: rgb(30,213,249); }

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