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

📋 copy color: '#1DD5CC'

red 29 ◦ green 213 ◦ blue 204

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

Shades of Robin's Egg Blue #1DD5CC

Tints of Robin's Egg Blue #1DD5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.76%

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 6.5%
G = 47.76%
B = 45.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#1DD5CC (or 0x1DD5CC) is known color: Robin's Egg Blue. HEX triplet: 1D, D5 and CC. RGB value is (29,213,204). Sum of RGB (Red+Green+Blue) = 29+213+204=446 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.50% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD5CC is #E22A33. Grayscale: #9C9C9C. Windows color (decimal): -14821940 or 13423901. OLE color: 13423901.

HSL color Cylindrical-coordinate representation of color #1DD5CC: hue angle of 177.07º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD5CC is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 213 204 -
CMYK 0.86 0 0.04 0.16
HSL 177.07º 0.76% 0.47% -
HSV(B) 177.07º 0.86% 0.84% -
XYZ 35.2 52.21 65.35 -
YUV 156.96 154.54 36.73 -
System Red Green Blue C M Y K H S L
Decimal 29 213 204 0.86 0 0.04 0.16 177.07 0.76 0.47
Hex 1D D5 CC 56 0 4 10 B1 4C 2F
Octal 35 325 314 126 0 4 20 261 114 57
Binary 11101 11010101 11001100 1010110 0 100 10000 10110001 1001100 101111

Color Harmonies of #1DD5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD5CC

Black with #1DD5CC

Text Example


Text Example

White with #1DD5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,213,204); }

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

background-color css

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

 a { background-color: rgb(29,213,204); }

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

border-color css

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

 span { border-color: rgb(29,213,204); }

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