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

📋 copy color: '#1EDAB8'

red 30 ◦ green 218 ◦ blue 184

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

Shades of Robin's Egg Blue #1EDAB8

Tints of Robin's Egg Blue #1EDAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.59%

R = 6.94%
G = 50.46%
B = 42.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#1EDAB8 (or 0x1EDAB8) is known color: Robin's Egg Blue. HEX triplet: 1E, DA and B8. RGB value is (30,218,184). Sum of RGB (Red+Green+Blue) = 30+218+184=432 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.94% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDAB8 is #E12547. Grayscale: #9D9D9D. Windows color (decimal): -14755144 or 12114462. OLE color: 12114462.

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

Color convert

RGB 30 218 184 -
CMYK 0.86 0 0.16 0.15
HSL 169.15º 0.76% 0.49% -
HSV(B) 169.15º 0.86% 0.85% -
XYZ 34.26 53.88 53.94 -
YUV 157.91 142.72 36.76 -
System Red Green Blue C M Y K H S L
Decimal 30 218 184 0.86 0 0.16 0.15 169.15 0.76 0.49
Hex 1E DA B8 56 0 10 F A9 4C 31
Octal 36 332 270 126 0 20 17 251 114 61
Binary 11110 11011010 10111000 1010110 0 10000 1111 10101001 1001100 110001

Color Harmonies of #1EDAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDAB8

Black with #1EDAB8

Text Example


Text Example

White with #1EDAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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