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

📋 copy color: '#1DDDC0'

red 29 ◦ green 221 ◦ blue 192

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

Shades of Robin's Egg Blue #1DDDC0

Tints of Robin's Egg Blue #1DDDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.44%

R = 6.56%
G = 50%
B = 43.44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#1DDDC0 (or 0x1DDDC0) is known color: Robin's Egg Blue. HEX triplet: 1D, DD and C0. RGB value is (29,221,192). Sum of RGB (Red+Green+Blue) = 29+221+192=442 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.56% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDDC0 is #E2223F. Grayscale: #A0A0A0. Windows color (decimal): -14819904 or 12639517. OLE color: 12639517.

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

Color convert

RGB 29 221 192 -
CMYK 0.87 0 0.13 0.13
HSL 170.94º 0.77% 0.49% -
HSV(B) 170.94º 0.87% 0.87% -
XYZ 35.88 55.78 58.74 -
YUV 160.29 145.89 34.36 -
System Red Green Blue C M Y K H S L
Decimal 29 221 192 0.87 0 0.13 0.13 170.94 0.77 0.49
Hex 1D DD C0 57 0 D D AB 4D 31
Octal 35 335 300 127 0 15 15 253 115 61
Binary 11101 11011101 11000000 1010111 0 1101 1101 10101011 1001101 110001

Color Harmonies of #1DDDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDDC0

Black with #1DDDC0

Text Example


Text Example

White with #1DDDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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