Html Css Color HEX #1ED6F9 Deep Sky Blue

📋 copy color: '#1ED6F9'

red 30 ◦ green 214 ◦ blue 249

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

Shades of Deep Sky Blue #1ED6F9

Tints of Deep Sky Blue #1ED6F9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.41%

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

R = 6.09%
G = 43.41%
B = 50.51%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1ED6F9 (or 0x1ED6F9) is known color: Deep Sky Blue. HEX triplet: 1E, D6 and F9. RGB value is (30,214,249). Sum of RGB (Red+Green+Blue) = 30+214+249=493 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.09% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #1ED6F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED6F9 is #E12906. Grayscale: #A2A2A2. Windows color (decimal): -14756103 or 16373278. OLE color: 16373278.

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

Color convert

RGB 30 214 249 -
CMYK 0.88 0.14 0 0.02
HSL 189.59º 0.95% 0.55% -
HSV(B) 189.59º 0.88% 0.98% -
XYZ 41.68 55.21 98.08 -
YUV 162.97 176.54 33.15 -
System Red Green Blue C M Y K H S L
Decimal 30 214 249 0.88 0.14 0 0.02 189.59 0.95 0.55
Hex 1E D6 F9 58 E 0 2 BE 5F 37
Octal 36 326 371 130 16 0 2 276 137 67
Binary 11110 11010110 11111001 1011000 1110 0 10 10111110 1011111 110111

Color Harmonies of #1ED6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED6F9

Black with #1ED6F9

Text Example


Text Example

White with #1ED6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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