#1CD5BC

Color #1CD5BC Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #1CD5BC

Tints of Robin's Egg Blue #1CD5BC

Color information

#1CD5BC (or 0x1CD5BC) is unknown color: approx Robin's Egg Blue. HEX triplet: 1C, D5 and BC. RGB value is (28,213,188). Sum of RGB (Red+Green+Blue) = 28+213+188=429 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.53% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #1CD5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD5BC is #E32A43. Grayscale: #9A9A9A. Windows color (decimal): -14887492 or 12375324. OLE color: 12375324.

HSL color Cylindrical-coordinate representation of color #1CD5BC: hue angle of 171.89º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD5BC is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB28213188-
CMYK0.8700.120.16
HSL171.89º76.76%47.25%-
HSV(B)171.89º86.85%83.53%-
XYZ33.3551.4755.75-
YUV154.83146.7137.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.53%
GREEN value IS 213 (83.59% from 255) = 49.65%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=6.53%
G=49.65%
B=43.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal282131880.8700.120.16171.8976.7647.25
Hex1CD5BC570C10ac4d2f
Octal343252741270142025411557
Binary11100110101011011110010101110110010000101011001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CD5BC;
 }
 .AnyTagClassName
 {
   color: #1CD5BC;
 }
</style>
background-color css

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

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

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

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

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

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