Html Css Color HEX #1EDCFF Deep Sky Blue

📋 copy color: '#1EDCFF'

red 30 ◦ green 220 ◦ blue 255

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

Shades of Deep Sky Blue #1EDCFF

Tints of Deep Sky Blue #1EDCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.56%

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

R = 5.94%
G = 43.56%
B = 50.5%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1EDCFF (or 0x1EDCFF) is known color: Deep Sky Blue. HEX triplet: 1E, DC and FF. RGB value is (30,220,255). Sum of RGB (Red+Green+Blue) = 30+220+255=505 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.94% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EDCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDCFF is #E12300. Grayscale: #A6A6A6. Windows color (decimal): -14754561 or 16768030. OLE color: 16768030.

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

Color convert

RGB 30 220 255 -
CMYK 0.88 0.14 0 0
HSL 189.33º 1% 0.56% -
HSV(B) 189.33º 0.88% 1% -
XYZ 44.18 58.68 103.61 -
YUV 167.18 177.55 30.15 -
System Red Green Blue C M Y K H S L
Decimal 30 220 255 0.88 0.14 0 0 189.33 1 0.56
Hex 1E DC FF 58 E 0 0 BD 64 38
Octal 36 334 377 130 16 0 0 275 144 70
Binary 11110 11011100 11111111 1011000 1110 0 0 10111101 1100100 111000

Color Harmonies of #1EDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDCFF

Black with #1EDCFF

Text Example


Text Example

White with #1EDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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