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

📋 copy color: '#1DD6C0'

red 29 ◦ green 214 ◦ blue 192

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

Shades of Robin's Egg Blue #1DD6C0

Tints of Robin's Egg Blue #1DD6C0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.2%

 BLUE value IS 192 (75.39% from 255) = 44.14%

R = 6.67%
G = 49.2%
B = 44.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#1DD6C0 (or 0x1DD6C0) is known color: Robin's Egg Blue. HEX triplet: 1D, D6 and C0. RGB value is (29,214,192). Sum of RGB (Red+Green+Blue) = 29+214+192=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD6C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD6C0 is #E2293F. Grayscale: #9C9C9C. Windows color (decimal): -14821696 or 12637725. OLE color: 12637725.

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

Color convert

RGB 29 214 192 -
CMYK 0.86 0 0.10 0.16
HSL 172.86º 0.76% 0.48% -
HSV(B) 172.86º 0.86% 0.84% -
XYZ 34.07 52.16 58.14 -
YUV 156.18 148.21 37.29 -
System Red Green Blue C M Y K H S L
Decimal 29 214 192 0.86 0 0.10 0.16 172.86 0.76 0.48
Hex 1D D6 C0 56 0 A 10 AD 4C 30
Octal 35 326 300 126 0 12 20 255 114 60
Binary 11101 11010110 11000000 1010110 0 1010 10000 10101101 1001100 110000

Color Harmonies of #1DD6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD6C0

Black with #1DD6C0

Text Example


Text Example

White with #1DD6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,214,192); }

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

background-color css

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

 a { background-color: rgb(29,214,192); }

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

border-color css

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

 span { border-color: rgb(29,214,192); }

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