Html Css Color HEX #1ED9FA Deep Sky Blue

📋 copy color: '#1ED9FA'

red 30 ◦ green 217 ◦ blue 250

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

Shades of Deep Sky Blue #1ED9FA

Tints of Deep Sky Blue #1ED9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.66%

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 6.04%
G = 43.66%
B = 50.3%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1ED9FA (or 0x1ED9FA) is known color: Deep Sky Blue. HEX triplet: 1E, D9 and FA. RGB value is (30,217,250). Sum of RGB (Red+Green+Blue) = 30+217+250=497 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.04% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #1ED9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED9FA is #E12605. Grayscale: #A4A4A4. Windows color (decimal): -14755334 or 16439582. OLE color: 16439582.

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

Color convert

RGB 30 217 250 -
CMYK 0.88 0.13 0 0.02
HSL 189º 0.96% 0.55% -
HSV(B) 189º 0.88% 0.98% -
XYZ 42.6 56.8 99.16 -
YUV 164.85 176.05 31.82 -
System Red Green Blue C M Y K H S L
Decimal 30 217 250 0.88 0.13 0 0.02 189 0.96 0.55
Hex 1E D9 FA 58 D 0 2 BD 60 37
Octal 36 331 372 130 15 0 2 275 140 67
Binary 11110 11011001 11111010 1011000 1101 0 10 10111101 1100000 110111

Color Harmonies of #1ED9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED9FA

Black with #1ED9FA

Text Example


Text Example

White with #1ED9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,217,250); }

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

background-color css

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

 a { background-color: rgb(30,217,250); }

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

border-color css

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

 span { border-color: rgb(30,217,250); }

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