Html Css Color HEX #1EC3EE Deep Sky Blue

📋 copy color: '#1EC3EE'

red 30 ◦ green 195 ◦ blue 238

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

Shades of Deep Sky Blue #1EC3EE

Tints of Deep Sky Blue #1EC3EE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.12%

 BLUE value IS 238 (93.36% from 255) = 51.4%

R = 6.48%
G = 42.12%
B = 51.4%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1EC3EE (or 0x1EC3EE) is known color: Deep Sky Blue. HEX triplet: 1E, C3 and EE. RGB value is (30,195,238). Sum of RGB (Red+Green+Blue) = 30+195+238=463 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.48% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #1EC3EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC3EE is #E13C11. Grayscale: #969696. Windows color (decimal): -14760978 or 15647518. OLE color: 15647518.

HSL color Cylindrical-coordinate representation of color #1EC3EE: hue angle of 192.4º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EC3EE is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 195 238 -
CMYK 0.87 0.18 0 0.07
HSL 192.4º 0.86% 0.53% -
HSV(B) 192.4º 0.87% 0.93% -
XYZ 35.48 45.48 87.8 -
YUV 150.57 177.34 42 -
System Red Green Blue C M Y K H S L
Decimal 30 195 238 0.87 0.18 0 0.07 192.4 0.86 0.53
Hex 1E C3 EE 57 12 0 7 C0 56 35
Octal 36 303 356 127 22 0 7 300 126 65
Binary 11110 11000011 11101110 1010111 10010 0 111 11000000 1010110 110101

Color Harmonies of #1EC3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC3EE

Black with #1EC3EE

Text Example


Text Example

White with #1EC3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,195,238); }

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

background-color css

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

 a { background-color: rgb(30,195,238); }

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

border-color css

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

 span { border-color: rgb(30,195,238); }

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