Html Css Color HEX #1EDBBB Robin's Egg Blue

📋 copy color: '#1EDBBB'

red 30 ◦ green 219 ◦ blue 187

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

Shades of Robin's Egg Blue #1EDBBB

Tints of Robin's Egg Blue #1EDBBB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.23%

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 6.88%
G = 50.23%
B = 42.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#1EDBBB (or 0x1EDBBB) is known color: Robin's Egg Blue. HEX triplet: 1E, DB and BB. RGB value is (30,219,187). Sum of RGB (Red+Green+Blue) = 30+219+187=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDBBB is #E12444. Grayscale: #9E9E9E. Windows color (decimal): -14754885 or 12311326. OLE color: 12311326.

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

Color convert

RGB 30 219 187 -
CMYK 0.86 0 0.15 0.14
HSL 169.84º 0.76% 0.49% -
HSV(B) 169.84º 0.86% 0.86% -
XYZ 34.84 54.53 55.7 -
YUV 158.84 143.88 36.1 -
System Red Green Blue C M Y K H S L
Decimal 30 219 187 0.86 0 0.15 0.14 169.84 0.76 0.49
Hex 1E DB BB 56 0 F E AA 4C 31
Octal 36 333 273 126 0 17 16 252 114 61
Binary 11110 11011011 10111011 1010110 0 1111 1110 10101010 1001100 110001

Color Harmonies of #1EDBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDBBB

Black with #1EDBBB

Text Example


Text Example

White with #1EDBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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