Html Css Color HEX #1EBDDB Summer Sky

📋 copy color: '#1EBDDB'

red 30 ◦ green 189 ◦ blue 219

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

Shades of Summer Sky #1EBDDB

Tints of Summer Sky #1EBDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 6.85%
G = 43.15%
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

#1EBDDB (or 0x1EBDDB) is known color: Summer Sky. HEX triplet: 1E, BD and DB. RGB value is (30,189,219). Sum of RGB (Red+Green+Blue) = 30+189+219=438 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.85% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #1EBDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBDDB is #E14224. Grayscale: #909090. Windows color (decimal): -14762533 or 14400798. OLE color: 14400798.

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

Color convert

RGB 30 189 219 -
CMYK 0.86 0.14 0 0.14
HSL 189.52º 0.76% 0.49% -
HSV(B) 189.52º 0.86% 0.86% -
XYZ 31.52 41.79 73.42 -
YUV 144.88 169.82 46.06 -
System Red Green Blue C M Y K H S L
Decimal 30 189 219 0.86 0.14 0 0.14 189.52 0.76 0.49
Hex 1E BD DB 56 E 0 E BE 4C 31
Octal 36 275 333 126 16 0 16 276 114 61
Binary 11110 10111101 11011011 1010110 1110 0 1110 10111110 1001100 110001

Color Harmonies of #1EBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBDDB

Black with #1EBDDB

Text Example


Text Example

White with #1EBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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