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

📋 copy color: '#1EDABF'

red 30 ◦ green 218 ◦ blue 191

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

Shades of Robin's Egg Blue #1EDABF

Tints of Robin's Egg Blue #1EDABF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.66%

 BLUE value IS 191 (75% from 255) = 43.51%

R = 6.83%
G = 49.66%
B = 43.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#1EDABF (or 0x1EDABF) is known color: Robin's Egg Blue. HEX triplet: 1E, DA and BF. RGB value is (30,218,191). Sum of RGB (Red+Green+Blue) = 30+218+191=439 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.83% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDABF is #E12540. Grayscale: #9E9E9E. Windows color (decimal): -14755137 or 12573214. OLE color: 12573214.

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

Color convert

RGB 30 218 191 -
CMYK 0.86 0 0.12 0.15
HSL 171.38º 0.76% 0.49% -
HSV(B) 171.38º 0.86% 0.85% -
XYZ 35.01 54.18 57.9 -
YUV 158.71 146.22 36.2 -
System Red Green Blue C M Y K H S L
Decimal 30 218 191 0.86 0 0.12 0.15 171.38 0.76 0.49
Hex 1E DA BF 56 0 C F AB 4C 31
Octal 36 332 277 126 0 14 17 253 114 61
Binary 11110 11011010 10111111 1010110 0 1100 1111 10101011 1001100 110001

Color Harmonies of #1EDABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDABF

Black with #1EDABF

Text Example


Text Example

White with #1EDABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,218,191); }

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

background-color css

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

 a { background-color: rgb(30,218,191); }

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

border-color css

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

 span { border-color: rgb(30,218,191); }

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