Html Css Color HEX #1EBDDC Summer Sky

📋 copy color: '#1EBDDC'

red 30 ◦ green 189 ◦ blue 220

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

Shades of Summer Sky #1EBDDC

Tints of Summer Sky #1EBDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.05%

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

R = 6.83%
G = 43.05%
B = 50.11%

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

#1EBDDC (or 0x1EBDDC) is known color: Summer Sky. HEX triplet: 1E, BD and DC. RGB value is (30,189,220). Sum of RGB (Red+Green+Blue) = 30+189+220=439 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.83% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #1EBDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBDDC is #E14223. Grayscale: #909090. Windows color (decimal): -14762532 or 14466334. OLE color: 14466334.

HSL color Cylindrical-coordinate representation of color #1EBDDC: hue angle of 189.79º 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 #1EBDDC is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 189 220 -
CMYK 0.86 0.14 0 0.14
HSL 189.79º 0.76% 0.49% -
HSV(B) 189.79º 0.86% 0.86% -
XYZ 31.65 41.84 74.12 -
YUV 144.99 170.32 45.98 -
System Red Green Blue C M Y K H S L
Decimal 30 189 220 0.86 0.14 0 0.14 189.79 0.76 0.49
Hex 1E BD DC 56 E 0 E BE 4C 31
Octal 36 275 334 126 16 0 16 276 114 61
Binary 11110 10111101 11011100 1010110 1110 0 1110 10111110 1001100 110001

Color Harmonies of #1EBDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBDDC

Black with #1EBDDC

Text Example


Text Example

White with #1EBDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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