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

📋 copy color: '#1EDABC'

red 30 ◦ green 218 ◦ blue 188

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

Shades of Robin's Egg Blue #1EDABC

Tints of Robin's Egg Blue #1EDABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 6.88%
G = 50%
B = 43.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#1EDABC (or 0x1EDABC) is known color: Robin's Egg Blue. HEX triplet: 1E, DA and BC. RGB value is (30,218,188). Sum of RGB (Red+Green+Blue) = 30+218+188=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDABC is #E12543. Grayscale: #9E9E9E. Windows color (decimal): -14755140 or 12376606. OLE color: 12376606.

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

Color convert

RGB 30 218 188 -
CMYK 0.86 0 0.14 0.15
HSL 170.43º 0.76% 0.49% -
HSV(B) 170.43º 0.86% 0.85% -
XYZ 34.68 54.05 56.18 -
YUV 158.37 144.72 36.44 -
System Red Green Blue C M Y K H S L
Decimal 30 218 188 0.86 0 0.14 0.15 170.43 0.76 0.49
Hex 1E DA BC 56 0 E F AA 4C 31
Octal 36 332 274 126 0 16 17 252 114 61
Binary 11110 11011010 10111100 1010110 0 1110 1111 10101010 1001100 110001

Color Harmonies of #1EDABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDABC

Black with #1EDABC

Text Example


Text Example

White with #1EDABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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