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

📋 copy color: '#1CD1BC'

red 28 ◦ green 209 ◦ blue 188

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

Shades of Robin's Egg Blue #1CD1BC

Tints of Robin's Egg Blue #1CD1BC

RGB

 RED value IS 28 (11.33% from 255) = 6.59%

 GREEN value IS 209 (82.03% from 255) = 49.18%

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

R = 6.59%
G = 49.18%
B = 44.24%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#1CD1BC (or 0x1CD1BC) is known color: Robin's Egg Blue. HEX triplet: 1C, D1 and BC. RGB value is (28,209,188). Sum of RGB (Red+Green+Blue) = 28+209+188=425 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.59% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD1BC is #E32E43. Grayscale: #989898. Windows color (decimal): -14888516 or 12374300. OLE color: 12374300.

HSL color Cylindrical-coordinate representation of color #1CD1BC: hue angle of 173.04º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD1BC is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 209 188 -
CMYK 0.87 0 0.10 0.18
HSL 173.04º 0.76% 0.46% -
HSV(B) 173.04º 0.87% 0.82% -
XYZ 32.36 49.48 55.42 -
YUV 152.49 148.03 39.21 -
System Red Green Blue C M Y K H S L
Decimal 28 209 188 0.87 0 0.10 0.18 173.04 0.76 0.46
Hex 1C D1 BC 57 0 A 12 AD 4C 2E
Octal 34 321 274 127 0 12 22 255 114 56
Binary 11100 11010001 10111100 1010111 0 1010 10010 10101101 1001100 101110

Color Harmonies of #1CD1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD1BC

Black with #1CD1BC

Text Example


Text Example

White with #1CD1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,209,188); }

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

background-color css

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

 a { background-color: rgb(28,209,188); }

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

border-color css

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

 span { border-color: rgb(28,209,188); }

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