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

📋 copy color: '#1DC7CB'

red 29 ◦ green 199 ◦ blue 203

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

Shades of Robin's Egg Blue #1DC7CB

Tints of Robin's Egg Blue #1DC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.17%

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 6.73%
G = 46.17%
B = 47.1%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1DC7CB (or 0x1DC7CB) is known color: Robin's Egg Blue. HEX triplet: 1D, C7 and CB. RGB value is (29,199,203). Sum of RGB (Red+Green+Blue) = 29+199+203=431 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.73% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DC7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC7CB is #E23834. Grayscale: #949494. Windows color (decimal): -14825525 or 13354781. OLE color: 13354781.

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

Color convert

RGB 29 199 203 -
CMYK 0.86 0.02 0 0.20
HSL 181.38º 0.75% 0.45% -
HSV(B) 181.38º 0.86% 0.8% -
XYZ 31.71 45.42 63.6 -
YUV 148.63 158.68 42.67 -
System Red Green Blue C M Y K H S L
Decimal 29 199 203 0.86 0.02 0 0.20 181.38 0.75 0.45
Hex 1D C7 CB 56 2 0 14 B5 4B 2D
Octal 35 307 313 126 2 0 24 265 113 55
Binary 11101 11000111 11001011 1010110 10 0 10100 10110101 1001011 101101

Color Harmonies of #1DC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC7CB

Black with #1DC7CB

Text Example


Text Example

White with #1DC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,199,203); }

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

background-color css

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

 a { background-color: rgb(29,199,203); }

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

border-color css

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

 span { border-color: rgb(29,199,203); }

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