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

📋 copy color: '#1DDDC2'

red 29 ◦ green 221 ◦ blue 194

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

Shades of Robin's Egg Blue #1DDDC2

Tints of Robin's Egg Blue #1DDDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.69%

R = 6.53%
G = 49.77%
B = 43.69%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#1DDDC2 (or 0x1DDDC2) is known color: Robin's Egg Blue. HEX triplet: 1D, DD and C2. RGB value is (29,221,194). Sum of RGB (Red+Green+Blue) = 29+221+194=444 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.53% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDDC2 is #E2223D. Grayscale: #A0A0A0. Windows color (decimal): -14819902 or 12770589. OLE color: 12770589.

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

Color convert

RGB 29 221 194 -
CMYK 0.87 0 0.12 0.13
HSL 171.56º 0.77% 0.49% -
HSV(B) 171.56º 0.87% 0.87% -
XYZ 36.1 55.87 59.92 -
YUV 160.51 146.89 34.2 -
System Red Green Blue C M Y K H S L
Decimal 29 221 194 0.87 0 0.12 0.13 171.56 0.77 0.49
Hex 1D DD C2 57 0 C D AC 4D 31
Octal 35 335 302 127 0 14 15 254 115 61
Binary 11101 11011101 11000010 1010111 0 1100 1101 10101100 1001101 110001

Color Harmonies of #1DDDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDDC2

Black with #1DDDC2

Text Example


Text Example

White with #1DDDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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