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

📋 copy color: '#1DCECC'

red 29 ◦ green 206 ◦ blue 204

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

Shades of Robin's Egg Blue #1DCECC

Tints of Robin's Egg Blue #1DCECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.92%

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

R = 6.61%
G = 46.92%
B = 46.47%

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

#1DCECC (or 0x1DCECC) is known color: Robin's Egg Blue. HEX triplet: 1D, CE and CC. RGB value is (29,206,204). Sum of RGB (Red+Green+Blue) = 29+206+204=439 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.61% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCECC is #E23133. Grayscale: #989898. Windows color (decimal): -14823732 or 13422109. OLE color: 13422109.

HSL color Cylindrical-coordinate representation of color #1DCECC: hue angle of 179.32º 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 #1DCECC is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 206 204 -
CMYK 0.86 0 0.01 0.19
HSL 179.32º 0.75% 0.46% -
HSV(B) 179.32º 0.86% 0.81% -
XYZ 33.48 48.76 64.77 -
YUV 152.85 156.86 39.66 -
System Red Green Blue C M Y K H S L
Decimal 29 206 204 0.86 0 0.01 0.19 179.32 0.75 0.46
Hex 1D CE CC 56 0 1 13 B3 4B 2E
Octal 35 316 314 126 0 1 23 263 113 56
Binary 11101 11001110 11001100 1010110 0 1 10011 10110011 1001011 101110

Color Harmonies of #1DCECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCECC

Black with #1DCECC

Text Example


Text Example

White with #1DCECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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