Html Css Color HEX #1EC7EE Deep Sky Blue

📋 copy color: '#1EC7EE'

red 30 ◦ green 199 ◦ blue 238

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

Shades of Deep Sky Blue #1EC7EE

Tints of Deep Sky Blue #1EC7EE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.61%

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

R = 6.42%
G = 42.61%
B = 50.96%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1EC7EE (or 0x1EC7EE) is known color: Deep Sky Blue. HEX triplet: 1E, C7 and EE. RGB value is (30,199,238). Sum of RGB (Red+Green+Blue) = 30+199+238=467 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.42% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #1EC7EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC7EE is #E13811. Grayscale: #989898. Windows color (decimal): -14759954 or 15648542. OLE color: 15648542.

HSL color Cylindrical-coordinate representation of color #1EC7EE: hue angle of 191.25º 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 #1EC7EE is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 199 238 -
CMYK 0.87 0.16 0 0.07
HSL 191.25º 0.86% 0.53% -
HSV(B) 191.25º 0.87% 0.93% -
XYZ 36.39 47.3 88.1 -
YUV 152.92 176.01 40.33 -
System Red Green Blue C M Y K H S L
Decimal 30 199 238 0.87 0.16 0 0.07 191.25 0.86 0.53
Hex 1E C7 EE 57 10 0 7 BF 56 35
Octal 36 307 356 127 20 0 7 277 126 65
Binary 11110 11000111 11101110 1010111 10000 0 111 10111111 1010110 110101

Color Harmonies of #1EC7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC7EE

Black with #1EC7EE

Text Example


Text Example

White with #1EC7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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