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

📋 copy color: '#1DCBC3'

red 29 ◦ green 203 ◦ blue 195

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

Shades of Robin's Egg Blue #1DCBC3

Tints of Robin's Egg Blue #1DCBC3

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.54%

 BLUE value IS 195 (76.56% from 255) = 45.67%

R = 6.79%
G = 47.54%
B = 45.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#1DCBC3 (or 0x1DCBC3) is known color: Robin's Egg Blue. HEX triplet: 1D, CB and C3. RGB value is (29,203,195). Sum of RGB (Red+Green+Blue) = 29+203+195=427 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.79% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCBC3 is #E2343C. Grayscale: #959595. Windows color (decimal): -14824509 or 12831517. OLE color: 12831517.

HSL color Cylindrical-coordinate representation of color #1DCBC3: hue angle of 177.24º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCBC3 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 203 195 -
CMYK 0.86 0 0.04 0.20
HSL 177.24º 0.75% 0.45% -
HSV(B) 177.24º 0.86% 0.8% -
XYZ 31.71 46.91 59.01 -
YUV 150.06 153.35 41.65 -
System Red Green Blue C M Y K H S L
Decimal 29 203 195 0.86 0 0.04 0.20 177.24 0.75 0.45
Hex 1D CB C3 56 0 4 14 B1 4B 2D
Octal 35 313 303 126 0 4 24 261 113 55
Binary 11101 11001011 11000011 1010110 0 100 10100 10110001 1001011 101101

Color Harmonies of #1DCBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCBC3

Black with #1DCBC3

Text Example


Text Example

White with #1DCBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,203,195); }

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

background-color css

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

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

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

border-color css

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

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

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