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

📋 copy color: '#1DDCBD'

red 29 ◦ green 220 ◦ blue 189

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

Shades of Robin's Egg Blue #1DDCBD

Tints of Robin's Egg Blue #1DDCBD

RGB

 RED value IS 29 (11.72% from 255) = 6.62%

 GREEN value IS 220 (86.33% from 255) = 50.23%

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 6.62%
G = 50.23%
B = 43.15%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#1DDCBD (or 0x1DDCBD) is known color: Robin's Egg Blue. HEX triplet: 1D, DC and BD. RGB value is (29,220,189). Sum of RGB (Red+Green+Blue) = 29+220+189=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDCBD is #E22342. Grayscale: #9F9F9F. Windows color (decimal): -14820163 or 12442653. OLE color: 12442653.

HSL color Cylindrical-coordinate representation of color #1DDCBD: hue angle of 170.26º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDCBD is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 220 189 -
CMYK 0.87 0 0.14 0.14
HSL 170.26º 0.77% 0.49% -
HSV(B) 170.26º 0.87% 0.86% -
XYZ 35.29 55.12 56.92 -
YUV 159.36 144.72 35.02 -
System Red Green Blue C M Y K H S L
Decimal 29 220 189 0.87 0 0.14 0.14 170.26 0.77 0.49
Hex 1D DC BD 57 0 E E AA 4D 31
Octal 35 334 275 127 0 16 16 252 115 61
Binary 11101 11011100 10111101 1010111 0 1110 1110 10101010 1001101 110001

Color Harmonies of #1DDCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDCBD

Black with #1DDCBD

Text Example


Text Example

White with #1DDCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,220,189); }

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

background-color css

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

 a { background-color: rgb(29,220,189); }

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

border-color css

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

 span { border-color: rgb(29,220,189); }

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