Html Css Color HEX #1ED1F4 Deep Sky Blue

📋 copy color: '#1ED1F4'

red 30 ◦ green 209 ◦ blue 244

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

Shades of Deep Sky Blue #1ED1F4

Tints of Deep Sky Blue #1ED1F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.52%

R = 6.21%
G = 43.27%
B = 50.52%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1ED1F4 (or 0x1ED1F4) is known color: Deep Sky Blue. HEX triplet: 1E, D1 and F4. RGB value is (30,209,244). Sum of RGB (Red+Green+Blue) = 30+209+244=483 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.21% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #1ED1F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED1F4 is #E12E0B. Grayscale: #9F9F9F. Windows color (decimal): -14757388 or 16044318. OLE color: 16044318.

HSL color Cylindrical-coordinate representation of color #1ED1F4: hue angle of 189.81º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ED1F4 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 30 209 244 -
CMYK 0.88 0.14 0 0.04
HSL 189.81º 0.91% 0.54% -
HSV(B) 189.81º 0.88% 0.96% -
XYZ 39.67 52.41 93.61 -
YUV 159.47 175.7 35.65 -
System Red Green Blue C M Y K H S L
Decimal 30 209 244 0.88 0.14 0 0.04 189.81 0.91 0.54
Hex 1E D1 F4 58 E 0 4 BE 5B 36
Octal 36 321 364 130 16 0 4 276 133 66
Binary 11110 11010001 11110100 1011000 1110 0 100 10111110 1011011 110110

Color Harmonies of #1ED1F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED1F4

Black with #1ED1F4

Text Example


Text Example

White with #1ED1F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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