Html Css Color HEX #1EC9F2 Deep Sky Blue

📋 copy color: '#1EC9F2'

red 30 ◦ green 201 ◦ blue 242

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

Shades of Deep Sky Blue #1EC9F2

Tints of Deep Sky Blue #1EC9F2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.49%

 BLUE value IS 242 (94.92% from 255) = 51.16%

R = 6.34%
G = 42.49%
B = 51.16%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1EC9F2 (or 0x1EC9F2) is known color: Deep Sky Blue. HEX triplet: 1E, C9 and F2. RGB value is (30,201,242). Sum of RGB (Red+Green+Blue) = 30+201+242=473 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.34% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #1EC9F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC9F2 is #E1360D. Grayscale: #9A9A9A. Windows color (decimal): -14759438 or 15911198. OLE color: 15911198.

HSL color Cylindrical-coordinate representation of color #1EC9F2: hue angle of 191.6º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EC9F2 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 201 242 -
CMYK 0.88 0.17 0 0.05
HSL 191.6º 0.89% 0.53% -
HSV(B) 191.6º 0.88% 0.95% -
XYZ 37.45 48.46 91.38 -
YUV 154.55 177.35 39.17 -
System Red Green Blue C M Y K H S L
Decimal 30 201 242 0.88 0.17 0 0.05 191.6 0.89 0.53
Hex 1E C9 F2 58 11 0 5 C0 59 35
Octal 36 311 362 130 21 0 5 300 131 65
Binary 11110 11001001 11110010 1011000 10001 0 101 11000000 1011001 110101

Color Harmonies of #1EC9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC9F2

Black with #1EC9F2

Text Example


Text Example

White with #1EC9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,201,242); }

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

background-color css

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

 a { background-color: rgb(30,201,242); }

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

border-color css

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

 span { border-color: rgb(30,201,242); }

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