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

📋 copy color: '#1DCFCD'

red 29 ◦ green 207 ◦ blue 205

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

Shades of Robin's Egg Blue #1DCFCD

Tints of Robin's Egg Blue #1DCFCD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.94%

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 6.58%
G = 46.94%
B = 46.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#1DCFCD (or 0x1DCFCD) is known color: Robin's Egg Blue. HEX triplet: 1D, CF and CD. RGB value is (29,207,205). Sum of RGB (Red+Green+Blue) = 29+207+205=441 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.58% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFCD is #E23032. Grayscale: #999999. Windows color (decimal): -14823475 or 13487901. OLE color: 13487901.

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

Color convert

RGB 29 207 205 -
CMYK 0.86 0 0.01 0.19
HSL 179.33º 0.75% 0.46% -
HSV(B) 179.33º 0.86% 0.81% -
XYZ 33.84 49.29 65.49 -
YUV 153.55 157.03 39.16 -
System Red Green Blue C M Y K H S L
Decimal 29 207 205 0.86 0 0.01 0.19 179.33 0.75 0.46
Hex 1D CF CD 56 0 1 13 B3 4B 2E
Octal 35 317 315 126 0 1 23 263 113 56
Binary 11101 11001111 11001101 1010110 0 1 10011 10110011 1001011 101110

Color Harmonies of #1DCFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCFCD

Black with #1DCFCD

Text Example


Text Example

White with #1DCFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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