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

📋 copy color: '#1DDCBA'

red 29 ◦ green 220 ◦ blue 186

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

Shades of Robin's Egg Blue #1DDCBA

Tints of Robin's Egg Blue #1DDCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 6.67%
G = 50.57%
B = 42.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#1DDCBA (or 0x1DDCBA) is known color: Robin's Egg Blue. HEX triplet: 1D, DC and BA. RGB value is (29,220,186). Sum of RGB (Red+Green+Blue) = 29+220+186=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDCBA is #E22345. Grayscale: #9E9E9E. Windows color (decimal): -14820166 or 12246045. OLE color: 12246045.

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

Color convert

RGB 29 220 186 -
CMYK 0.87 0 0.15 0.14
HSL 169.32º 0.77% 0.49% -
HSV(B) 169.32º 0.87% 0.86% -
XYZ 34.96 54.99 55.23 -
YUV 159.02 143.22 35.26 -
System Red Green Blue C M Y K H S L
Decimal 29 220 186 0.87 0 0.15 0.14 169.32 0.77 0.49
Hex 1D DC BA 57 0 F E A9 4D 31
Octal 35 334 272 127 0 17 16 251 115 61
Binary 11101 11011100 10111010 1010111 0 1111 1110 10101001 1001101 110001

Color Harmonies of #1DDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDCBA

Black with #1DDCBA

Text Example


Text Example

White with #1DDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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