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

📋 copy color: '#1DCCCC'

red 29 ◦ green 204 ◦ blue 204

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

Shades of Robin's Egg Blue #1DCCCC

Tints of Robin's Egg Blue #1DCCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.68%

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

R = 6.64%
G = 46.68%
B = 46.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1DCCCC (or 0x1DCCCC) is known color: Robin's Egg Blue. HEX triplet: 1D, CC and CC. RGB value is (29,204,204). Sum of RGB (Red+Green+Blue) = 29+204+204=437 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.64% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #1DCCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCCCC is #E23333. Grayscale: #979797. Windows color (decimal): -14824244 or 13421597. OLE color: 13421597.

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

Color convert

RGB 29 204 204 -
CMYK 0.86 0 0 0.2
HSL 180º 0.75% 0.46% -
HSV(B) 180º 0.86% 0.8% -
XYZ 33 47.81 64.62 -
YUV 151.68 157.52 40.5 -
System Red Green Blue C M Y K H S L
Decimal 29 204 204 0.86 0 0 0.2 180 0.75 0.46
Hex 1D CC CC 56 0 0 14 B4 4B 2E
Octal 35 314 314 126 0 0 24 264 113 56
Binary 11101 11001100 11001100 1010110 0 0 10100 10110100 1001011 101110

Color Harmonies of #1DCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCCCC

Black with #1DCCCC

Text Example


Text Example

White with #1DCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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