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

📋 copy color: '#1DD8C8'

red 29 ◦ green 216 ◦ blue 200

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

Shades of Robin's Egg Blue #1DD8C8

Tints of Robin's Egg Blue #1DD8C8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.54%

 BLUE value IS 200 (78.52% from 255) = 44.94%

R = 6.52%
G = 48.54%
B = 44.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#1DD8C8 (or 0x1DD8C8) is known color: Robin's Egg Blue. HEX triplet: 1D, D8 and C8. RGB value is (29,216,200). Sum of RGB (Red+Green+Blue) = 29+216+200=445 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.52% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD8C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD8C8 is #E22737. Grayscale: #9E9E9E. Windows color (decimal): -14821176 or 13162525. OLE color: 13162525.

HSL color Cylindrical-coordinate representation of color #1DD8C8: hue angle of 174.87º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD8C8 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 29 216 200 -
CMYK 0.87 0 0.07 0.15
HSL 174.87º 0.76% 0.48% -
HSV(B) 174.87º 0.87% 0.85% -
XYZ 35.49 53.54 63.11 -
YUV 158.26 151.55 35.8 -
System Red Green Blue C M Y K H S L
Decimal 29 216 200 0.87 0 0.07 0.15 174.87 0.76 0.48
Hex 1D D8 C8 57 0 7 F AF 4C 30
Octal 35 330 310 127 0 7 17 257 114 60
Binary 11101 11011000 11001000 1010111 0 111 1111 10101111 1001100 110000

Color Harmonies of #1DD8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD8C8

Black with #1DD8C8

Text Example


Text Example

White with #1DD8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,216,200); }

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

background-color css

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

 a { background-color: rgb(29,216,200); }

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

border-color css

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

 span { border-color: rgb(29,216,200); }

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