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

📋 copy color: '#1DDBBC'

red 29 ◦ green 219 ◦ blue 188

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

Shades of Robin's Egg Blue #1DDBBC

Tints of Robin's Egg Blue #1DDBBC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.23%

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 6.65%
G = 50.23%
B = 43.12%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#1DDBBC (or 0x1DDBBC) is known color: Robin's Egg Blue. HEX triplet: 1D, DB and BC. RGB value is (29,219,188). Sum of RGB (Red+Green+Blue) = 29+219+188=436 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.65% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDBBC is #E22443. Grayscale: #9E9E9E. Windows color (decimal): -14820420 or 12376861. OLE color: 12376861.

HSL color Cylindrical-coordinate representation of color #1DDBBC: hue angle of 170.21º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDBBC is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 219 188 -
CMYK 0.87 0 0.14 0.14
HSL 170.21º 0.77% 0.49% -
HSV(B) 170.21º 0.87% 0.86% -
XYZ 34.92 54.56 56.27 -
YUV 158.66 144.55 35.52 -
System Red Green Blue C M Y K H S L
Decimal 29 219 188 0.87 0 0.14 0.14 170.21 0.77 0.49
Hex 1D DB BC 57 0 E E AA 4D 31
Octal 35 333 274 127 0 16 16 252 115 61
Binary 11101 11011011 10111100 1010111 0 1110 1110 10101010 1001101 110001

Color Harmonies of #1DDBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDBBC

Black with #1DDBBC

Text Example


Text Example

White with #1DDBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,219,188); }

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

background-color css

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

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

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

border-color css

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

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

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