Html Css Color HEX #1ED0F8 Deep Sky Blue

📋 copy color: '#1ED0F8'

red 30 ◦ green 208 ◦ blue 248

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

Shades of Deep Sky Blue #1ED0F8

Tints of Deep Sky Blue #1ED0F8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.8%

 BLUE value IS 248 (97.27% from 255) = 51.03%

R = 6.17%
G = 42.8%
B = 51.03%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1ED0F8 (or 0x1ED0F8) is known color: Deep Sky Blue. HEX triplet: 1E, D0 and F8. RGB value is (30,208,248). Sum of RGB (Red+Green+Blue) = 30+208+248=486 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.17% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #1ED0F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED0F8 is #E12F07. Grayscale: #9F9F9F. Windows color (decimal): -14757640 or 16306206. OLE color: 16306206.

HSL color Cylindrical-coordinate representation of color #1ED0F8: hue angle of 191.01º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ED0F8 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 30 208 248 -
CMYK 0.88 0.16 0 0.03
HSL 191.01º 0.94% 0.55% -
HSV(B) 191.01º 0.88% 0.97% -
XYZ 40.03 52.17 96.77 -
YUV 159.34 178.03 35.75 -
System Red Green Blue C M Y K H S L
Decimal 30 208 248 0.88 0.16 0 0.03 191.01 0.94 0.55
Hex 1E D0 F8 58 10 0 3 BF 5E 37
Octal 36 320 370 130 20 0 3 277 136 67
Binary 11110 11010000 11111000 1011000 10000 0 11 10111111 1011110 110111

Color Harmonies of #1ED0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED0F8

Black with #1ED0F8

Text Example


Text Example

White with #1ED0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,208,248); }

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

background-color css

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

 a { background-color: rgb(30,208,248); }

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

border-color css

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

 span { border-color: rgb(30,208,248); }

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