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

📋 copy color: '#1DCACC'

red 29 ◦ green 202 ◦ blue 204

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

Shades of Robin's Egg Blue #1DCACC

Tints of Robin's Egg Blue #1DCACC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.44%

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

R = 6.67%
G = 46.44%
B = 46.9%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1DCACC (or 0x1DCACC) is known color: Robin's Egg Blue. HEX triplet: 1D, CA and CC. RGB value is (29,202,204). Sum of RGB (Red+Green+Blue) = 29+202+204=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DCACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCACC is #E23533. Grayscale: #969696. Windows color (decimal): -14824756 or 13421085. OLE color: 13421085.

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

Color convert

RGB 29 202 204 -
CMYK 0.86 0.01 0 0.2
HSL 180.69º 0.75% 0.46% -
HSV(B) 180.69º 0.86% 0.8% -
XYZ 32.53 46.86 64.46 -
YUV 150.5 158.19 41.34 -
System Red Green Blue C M Y K H S L
Decimal 29 202 204 0.86 0.01 0 0.2 180.69 0.75 0.46
Hex 1D CA CC 56 1 0 14 B5 4B 2E
Octal 35 312 314 126 1 0 24 265 113 56
Binary 11101 11001010 11001100 1010110 1 0 10100 10110101 1001011 101110

Color Harmonies of #1DCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCACC

Black with #1DCACC

Text Example


Text Example

White with #1DCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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