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

📋 copy color: '#1DDDC1'

red 29 ◦ green 221 ◦ blue 193

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

Shades of Robin's Egg Blue #1DDDC1

Tints of Robin's Egg Blue #1DDDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.57%

R = 6.55%
G = 49.89%
B = 43.57%

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

#1DDDC1 (or 0x1DDDC1) is known color: Robin's Egg Blue. HEX triplet: 1D, DD and C1. RGB value is (29,221,193). Sum of RGB (Red+Green+Blue) = 29+221+193=443 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.55% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDDC1 is #E2223E. Grayscale: #A0A0A0. Windows color (decimal): -14819903 or 12705053. OLE color: 12705053.

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

Color convert

RGB 29 221 193 -
CMYK 0.87 0 0.13 0.13
HSL 171.25º 0.77% 0.49% -
HSV(B) 171.25º 0.87% 0.87% -
XYZ 35.99 55.82 59.33 -
YUV 160.4 146.39 34.28 -
System Red Green Blue C M Y K H S L
Decimal 29 221 193 0.87 0 0.13 0.13 171.25 0.77 0.49
Hex 1D DD C1 57 0 D D AB 4D 31
Octal 35 335 301 127 0 15 15 253 115 61
Binary 11101 11011101 11000001 1010111 0 1101 1101 10101011 1001101 110001

Color Harmonies of #1DDDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDDC1

Black with #1DDDC1

Text Example


Text Example

White with #1DDDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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