Html Css Color HEX #1ED1FA Deep Sky Blue

📋 copy color: '#1ED1FA'

red 30 ◦ green 209 ◦ blue 250

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

Shades of Deep Sky Blue #1ED1FA

Tints of Deep Sky Blue #1ED1FA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.74%

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

R = 6.13%
G = 42.74%
B = 51.12%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1ED1FA (or 0x1ED1FA) is known color: Deep Sky Blue. HEX triplet: 1E, D1 and FA. RGB value is (30,209,250). Sum of RGB (Red+Green+Blue) = 30+209+250=489 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.13% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #1ED1FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED1FA is #E12E05. Grayscale: #9F9F9F. Windows color (decimal): -14757382 or 16437534. OLE color: 16437534.

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

Color convert

RGB 30 209 250 -
CMYK 0.88 0.16 0 0.02
HSL 191.18º 0.96% 0.55% -
HSV(B) 191.18º 0.88% 0.98% -
XYZ 40.59 52.78 98.49 -
YUV 160.15 178.7 35.17 -
System Red Green Blue C M Y K H S L
Decimal 30 209 250 0.88 0.16 0 0.02 191.18 0.96 0.55
Hex 1E D1 FA 58 10 0 2 BF 60 37
Octal 36 321 372 130 20 0 2 277 140 67
Binary 11110 11010001 11111010 1011000 10000 0 10 10111111 1100000 110111

Color Harmonies of #1ED1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED1FA

Black with #1ED1FA

Text Example


Text Example

White with #1ED1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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