Html Css Color HEX #1ED8FF Deep Sky Blue

📋 copy color: '#1ED8FF'

red 30 ◦ green 216 ◦ blue 255

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

Shades of Deep Sky Blue #1ED8FF

Tints of Deep Sky Blue #1ED8FF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.11%

 BLUE value IS 255 (100% from 255) = 50.9%

R = 5.99%
G = 43.11%
B = 50.9%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1ED8FF (or 0x1ED8FF) is known color: Deep Sky Blue. HEX triplet: 1E, D8 and FF. RGB value is (30,216,255). Sum of RGB (Red+Green+Blue) = 30+216+255=501 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.99% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ED8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED8FF is #E12700. Grayscale: #A4A4A4. Windows color (decimal): -14755585 or 16767006. OLE color: 16767006.

HSL color Cylindrical-coordinate representation of color #1ED8FF: hue angle of 190.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ED8FF is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 30 216 255 -
CMYK 0.88 0.15 0 0
HSL 190.4º 1% 0.56% -
HSV(B) 190.4º 0.88% 1% -
XYZ 43.14 56.61 103.26 -
YUV 164.83 178.88 31.83 -
System Red Green Blue C M Y K H S L
Decimal 30 216 255 0.88 0.15 0 0 190.4 1 0.56
Hex 1E D8 FF 58 F 0 0 BE 64 38
Octal 36 330 377 130 17 0 0 276 144 70
Binary 11110 11011000 11111111 1011000 1111 0 0 10111110 1100100 111000

Color Harmonies of #1ED8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED8FF

Black with #1ED8FF

Text Example


Text Example

White with #1ED8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,216,255); }

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

background-color css

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

 a { background-color: rgb(30,216,255); }

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

border-color css

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

 span { border-color: rgb(30,216,255); }

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