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

📋 copy color: '#1EDBBE'

red 30 ◦ green 219 ◦ blue 190

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

Shades of Robin's Egg Blue #1EDBBE

Tints of Robin's Egg Blue #1EDBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.28%

R = 6.83%
G = 49.89%
B = 43.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#1EDBBE (or 0x1EDBBE) is known color: Robin's Egg Blue. HEX triplet: 1E, DB and BE. RGB value is (30,219,190). Sum of RGB (Red+Green+Blue) = 30+219+190=439 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.83% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDBBE is #E12441. Grayscale: #9F9F9F. Windows color (decimal): -14754882 or 12507934. OLE color: 12507934.

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

Color convert

RGB 30 219 190 -
CMYK 0.86 0 0.13 0.14
HSL 170.79º 0.76% 0.49% -
HSV(B) 170.79º 0.86% 0.86% -
XYZ 35.16 54.66 57.41 -
YUV 159.18 145.38 35.86 -
System Red Green Blue C M Y K H S L
Decimal 30 219 190 0.86 0 0.13 0.14 170.79 0.76 0.49
Hex 1E DB BE 56 0 D E AB 4C 31
Octal 36 333 276 126 0 15 16 253 114 61
Binary 11110 11011011 10111110 1010110 0 1101 1110 10101011 1001100 110001

Color Harmonies of #1EDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDBBE

Black with #1EDBBE

Text Example


Text Example

White with #1EDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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