Html Css Color HEX #1ED3F9 Deep Sky Blue

📋 copy color: '#1ED3F9'

red 30 ◦ green 211 ◦ blue 249

#1ED3F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #1ED3F9

Tints of Deep Sky Blue #1ED3F9

RGB

 RED value IS 30 (12.11% from 255) = 6.12%

 GREEN value IS 211 (82.81% from 255) = 43.06%

 BLUE value IS 249 (97.66% from 255) = 50.82%

R = 6.12%
G = 43.06%
B = 50.82%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1ED3F9 (or 0x1ED3F9) is known color: Deep Sky Blue. HEX triplet: 1E, D3 and F9. RGB value is (30,211,249). Sum of RGB (Red+Green+Blue) = 30+211+249=490 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.12% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #1ED3F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED3F9 is #E12C06. Grayscale: #A0A0A0. Windows color (decimal): -14756871 or 16372510. OLE color: 16372510.

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

Color convert

RGB 30 211 249 -
CMYK 0.88 0.15 0 0.02
HSL 190.41º 0.95% 0.55% -
HSV(B) 190.41º 0.88% 0.98% -
XYZ 40.93 53.7 97.83 -
YUV 161.21 177.53 34.41 -
System Red Green Blue C M Y K H S L
Decimal 30 211 249 0.88 0.15 0 0.02 190.41 0.95 0.55
Hex 1E D3 F9 58 F 0 2 BE 5F 37
Octal 36 323 371 130 17 0 2 276 137 67
Binary 11110 11010011 11111001 1011000 1111 0 10 10111110 1011111 110111

Color Harmonies of #1ED3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED3F9

Black with #1ED3F9

Text Example


Text Example

White with #1ED3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ED3F9;
 }
 .AnyTagClassName
 {
   color: #1ED3F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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