Html Css Color HEX #1ED4FF Deep Sky Blue

📋 copy color: '#1ED4FF'

red 30 ◦ green 212 ◦ blue 255

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

Shades of Deep Sky Blue #1ED4FF

Tints of Deep Sky Blue #1ED4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.66%

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

R = 6.04%
G = 42.66%
B = 51.31%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1ED4FF (or 0x1ED4FF) is known color: Deep Sky Blue. HEX triplet: 1E, D4 and FF. RGB value is (30,212,255). Sum of RGB (Red+Green+Blue) = 30+212+255=497 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.04% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ED4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED4FF is #E12B00. Grayscale: #A2A2A2. Windows color (decimal): -14756609 or 16765982. OLE color: 16765982.

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

Color convert

RGB 30 212 255 -
CMYK 0.88 0.17 0 0
HSL 191.47º 1% 0.56% -
HSV(B) 191.47º 0.88% 1% -
XYZ 42.13 54.58 102.92 -
YUV 162.48 180.2 33.5 -
System Red Green Blue C M Y K H S L
Decimal 30 212 255 0.88 0.17 0 0 191.47 1 0.56
Hex 1E D4 FF 58 11 0 0 BF 64 38
Octal 36 324 377 130 21 0 0 277 144 70
Binary 11110 11010100 11111111 1011000 10001 0 0 10111111 1100100 111000

Color Harmonies of #1ED4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED4FF

Black with #1ED4FF

Text Example


Text Example

White with #1ED4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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