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

📋 copy color: '#1CDCBA'

red 28 ◦ green 220 ◦ blue 186

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

Shades of Robin's Egg Blue #1CDCBA

Tints of Robin's Egg Blue #1CDCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.69%

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 6.45%
G = 50.69%
B = 42.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#1CDCBA (or 0x1CDCBA) is known color: Robin's Egg Blue. HEX triplet: 1C, DC and BA. RGB value is (28,220,186). Sum of RGB (Red+Green+Blue) = 28+220+186=434 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.45% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDCBA is #E32345. Grayscale: #9E9E9E. Windows color (decimal): -14885702 or 12246044. OLE color: 12246044.

HSL color Cylindrical-coordinate representation of color #1CDCBA: hue angle of 169.38º 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 #1CDCBA is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 220 186 -
CMYK 0.87 0 0.15 0.14
HSL 169.38º 0.77% 0.49% -
HSV(B) 169.38º 0.87% 0.86% -
XYZ 34.94 54.98 55.23 -
YUV 158.72 143.39 34.76 -
System Red Green Blue C M Y K H S L
Decimal 28 220 186 0.87 0 0.15 0.14 169.38 0.77 0.49
Hex 1C DC BA 57 0 F E A9 4D 31
Octal 34 334 272 127 0 17 16 251 115 61
Binary 11100 11011100 10111010 1010111 0 1111 1110 10101001 1001101 110001

Color Harmonies of #1CDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDCBA

Black with #1CDCBA

Text Example


Text Example

White with #1CDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,220,186); }

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

background-color css

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

 a { background-color: rgb(28,220,186); }

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

border-color css

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

 span { border-color: rgb(28,220,186); }

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