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

📋 copy color: '#1DDDBD'

red 29 ◦ green 221 ◦ blue 189

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

Shades of Robin's Egg Blue #1DDDBD

Tints of Robin's Egg Blue #1DDDBD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.34%

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

R = 6.61%
G = 50.34%
B = 43.05%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#1DDDBD (or 0x1DDDBD) is known color: Robin's Egg Blue. HEX triplet: 1D, DD and BD. RGB value is (29,221,189). Sum of RGB (Red+Green+Blue) = 29+221+189=439 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.61% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDDBD is #E22242. Grayscale: #9F9F9F. Windows color (decimal): -14819907 or 12442909. OLE color: 12442909.

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

Color convert

RGB 29 221 189 -
CMYK 0.87 0 0.14 0.13
HSL 170º 0.77% 0.49% -
HSV(B) 170º 0.87% 0.87% -
XYZ 35.55 55.65 57.01 -
YUV 159.94 144.39 34.6 -
System Red Green Blue C M Y K H S L
Decimal 29 221 189 0.87 0 0.14 0.13 170 0.77 0.49
Hex 1D DD BD 57 0 E D AA 4D 31
Octal 35 335 275 127 0 16 15 252 115 61
Binary 11101 11011101 10111101 1010111 0 1110 1101 10101010 1001101 110001

Color Harmonies of #1DDDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDDBD

Black with #1DDDBD

Text Example


Text Example

White with #1DDDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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