Html Css Color HEX #1EBCDC Summer Sky

📋 copy color: '#1EBCDC'

red 30 ◦ green 188 ◦ blue 220

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

Shades of Summer Sky #1EBCDC

Tints of Summer Sky #1EBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.92%

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

R = 6.85%
G = 42.92%
B = 50.23%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1EBCDC (or 0x1EBCDC) is known color: Summer Sky. HEX triplet: 1E, BC and DC. RGB value is (30,188,220). Sum of RGB (Red+Green+Blue) = 30+188+220=438 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.85% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #1EBCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBCDC is #E14323. Grayscale: #909090. Windows color (decimal): -14762788 or 14466078. OLE color: 14466078.

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

Color convert

RGB 30 188 220 -
CMYK 0.86 0.15 0 0.14
HSL 190.11º 0.76% 0.49% -
HSV(B) 190.11º 0.86% 0.86% -
XYZ 31.44 41.41 74.05 -
YUV 144.41 170.65 46.4 -
System Red Green Blue C M Y K H S L
Decimal 30 188 220 0.86 0.15 0 0.14 190.11 0.76 0.49
Hex 1E BC DC 56 F 0 E BE 4C 31
Octal 36 274 334 126 17 0 16 276 114 61
Binary 11110 10111100 11011100 1010110 1111 0 1110 10111110 1001100 110001

Color Harmonies of #1EBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBCDC

Black with #1EBCDC

Text Example


Text Example

White with #1EBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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