Html Css Color HEX #1EBEDC Summer Sky

📋 copy color: '#1EBEDC'

red 30 ◦ green 190 ◦ blue 220

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

Shades of Summer Sky #1EBEDC

Tints of Summer Sky #1EBEDC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.18%

 BLUE value IS 220 (86.33% from 255) = 50%

R = 6.82%
G = 43.18%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1EBEDC (or 0x1EBEDC) is known color: Summer Sky. HEX triplet: 1E, BE and DC. RGB value is (30,190,220). Sum of RGB (Red+Green+Blue) = 30+190+220=440 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.82% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #1EBEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBEDC is #E14123. Grayscale: #919191. Windows color (decimal): -14762276 or 14466590. OLE color: 14466590.

HSL color Cylindrical-coordinate representation of color #1EBEDC: hue angle of 189.47º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EBEDC is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 190 220 -
CMYK 0.86 0.14 0 0.14
HSL 189.47º 0.76% 0.49% -
HSV(B) 189.47º 0.86% 0.86% -
XYZ 31.87 42.27 74.19 -
YUV 145.58 169.99 45.56 -
System Red Green Blue C M Y K H S L
Decimal 30 190 220 0.86 0.14 0 0.14 189.47 0.76 0.49
Hex 1E BE DC 56 E 0 E BD 4C 31
Octal 36 276 334 126 16 0 16 275 114 61
Binary 11110 10111110 11011100 1010110 1110 0 1110 10111101 1001100 110001

Color Harmonies of #1EBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBEDC

Black with #1EBEDC

Text Example


Text Example

White with #1EBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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