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

📋 copy color: '#1DCECA'

red 29 ◦ green 206 ◦ blue 202

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

Shades of Robin's Egg Blue #1DCECA

Tints of Robin's Egg Blue #1DCECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.22%

R = 6.64%
G = 47.14%
B = 46.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#1DCECA (or 0x1DCECA) is known color: Robin's Egg Blue. HEX triplet: 1D, CE and CA. RGB value is (29,206,202). Sum of RGB (Red+Green+Blue) = 29+206+202=437 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.64% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCECA is #E23135. Grayscale: #989898. Windows color (decimal): -14823734 or 13291037. OLE color: 13291037.

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

Color convert

RGB 29 206 202 -
CMYK 0.86 0 0.02 0.19
HSL 178.64º 0.75% 0.46% -
HSV(B) 178.64º 0.86% 0.81% -
XYZ 33.24 48.67 63.52 -
YUV 152.62 155.86 39.83 -
System Red Green Blue C M Y K H S L
Decimal 29 206 202 0.86 0 0.02 0.19 178.64 0.75 0.46
Hex 1D CE CA 56 0 2 13 B3 4B 2E
Octal 35 316 312 126 0 2 23 263 113 56
Binary 11101 11001110 11001010 1010110 0 10 10011 10110011 1001011 101110

Color Harmonies of #1DCECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCECA

Black with #1DCECA

Text Example


Text Example

White with #1DCECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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