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

📋 copy color: '#1DCDCC'

red 29 ◦ green 205 ◦ blue 204

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

Shades of Robin's Egg Blue #1DCDCC

Tints of Robin's Egg Blue #1DCDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.8%

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

R = 6.62%
G = 46.8%
B = 46.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#1DCDCC (or 0x1DCDCC) is known color: Robin's Egg Blue. HEX triplet: 1D, CD and CC. RGB value is (29,205,204). Sum of RGB (Red+Green+Blue) = 29+205+204=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCDCC is #E23233. Grayscale: #989898. Windows color (decimal): -14823988 or 13421853. OLE color: 13421853.

HSL color Cylindrical-coordinate representation of color #1DCDCC: hue angle of 179.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCDCC is Cyan = 0.86, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 205 204 -
CMYK 0.86 0 0.00 0.20
HSL 179.66º 0.75% 0.46% -
HSV(B) 179.66º 0.86% 0.8% -
XYZ 33.24 48.28 64.69 -
YUV 152.26 157.19 40.08 -
System Red Green Blue C M Y K H S L
Decimal 29 205 204 0.86 0 0.00 0.20 179.66 0.75 0.46
Hex 1D CD CC 56 0 0 14 B4 4B 2E
Octal 35 315 314 126 0 0 24 264 113 56
Binary 11101 11001101 11001100 1010110 0 0 10100 10110100 1001011 101110

Color Harmonies of #1DCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCDCC

Black with #1DCDCC

Text Example


Text Example

White with #1DCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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