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

📋 copy color: '#1BDCBC'

red 27 ◦ green 220 ◦ blue 188

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

Shades of Robin's Egg Blue #1BDCBC

Tints of Robin's Egg Blue #1BDCBC

RGB

 RED value IS 27 (10.94% from 255) = 6.21%

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

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

R = 6.21%
G = 50.57%
B = 43.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#1BDCBC (or 0x1BDCBC) is known color: Robin's Egg Blue. HEX triplet: 1B, DC and BC. RGB value is (27,220,188). Sum of RGB (Red+Green+Blue) = 27+220+188=435 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.21% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDCBC is #E42343. Grayscale: #9E9E9E. Windows color (decimal): -14951236 or 12377115. OLE color: 12377115.

HSL color Cylindrical-coordinate representation of color #1BDCBC: hue angle of 170.05º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDCBC is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 220 188 -
CMYK 0.88 0 0.15 0.14
HSL 170.05º 0.78% 0.48% -
HSV(B) 170.05º 0.88% 0.86% -
XYZ 35.12 55.05 56.35 -
YUV 158.65 144.56 34.1 -
System Red Green Blue C M Y K H S L
Decimal 27 220 188 0.88 0 0.15 0.14 170.05 0.78 0.48
Hex 1B DC BC 58 0 F E AA 4E 30
Octal 33 334 274 130 0 17 16 252 116 60
Binary 11011 11011100 10111100 1011000 0 1111 1110 10101010 1001110 110000

Color Harmonies of #1BDCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDCBC

Black with #1BDCBC

Text Example


Text Example

White with #1BDCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,220,188); }

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

background-color css

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

 a { background-color: rgb(27,220,188); }

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

border-color css

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

 span { border-color: rgb(27,220,188); }

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