Html Css Color HEX #1EC9EA Deep Sky Blue

📋 copy color: '#1EC9EA'

red 30 ◦ green 201 ◦ blue 234

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

Shades of Deep Sky Blue #1EC9EA

Tints of Deep Sky Blue #1EC9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 6.45%
G = 43.23%
B = 50.32%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1EC9EA (or 0x1EC9EA) is known color: Deep Sky Blue. HEX triplet: 1E, C9 and EA. RGB value is (30,201,234). Sum of RGB (Red+Green+Blue) = 30+201+234=465 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.45% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #1EC9EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC9EA is #E13615. Grayscale: #999999. Windows color (decimal): -14759446 or 15386910. OLE color: 15386910.

HSL color Cylindrical-coordinate representation of color #1EC9EA: hue angle of 189.71º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EC9EA is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 201 234 -
CMYK 0.87 0.14 0 0.08
HSL 189.71º 0.83% 0.52% -
HSV(B) 189.71º 0.87% 0.92% -
XYZ 36.27 47.99 85.19 -
YUV 153.63 173.35 39.82 -
System Red Green Blue C M Y K H S L
Decimal 30 201 234 0.87 0.14 0 0.08 189.71 0.83 0.52
Hex 1E C9 EA 57 E 0 8 BE 53 34
Octal 36 311 352 127 16 0 10 276 123 64
Binary 11110 11001001 11101010 1010111 1110 0 1000 10111110 1010011 110100

Color Harmonies of #1EC9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC9EA

Black with #1EC9EA

Text Example


Text Example

White with #1EC9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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