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

📋 copy color: '#1BDCB6'

red 27 ◦ green 220 ◦ blue 182

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

Shades of Robin's Egg Blue #1BDCB6

Tints of Robin's Egg Blue #1BDCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.42%

R = 6.29%
G = 51.28%
B = 42.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#1BDCB6 (or 0x1BDCB6) is known color: Robin's Egg Blue. HEX triplet: 1B, DC and B6. RGB value is (27,220,182). Sum of RGB (Red+Green+Blue) = 27+220+182=429 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.29% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDCB6 is #E42349. Grayscale: #9D9D9D. Windows color (decimal): -14951242 or 11983899. OLE color: 11983899.

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

Color convert

RGB 27 220 182 -
CMYK 0.88 0 0.17 0.14
HSL 168.19º 0.78% 0.48% -
HSV(B) 168.19º 0.88% 0.86% -
XYZ 34.49 54.8 53.02 -
YUV 157.96 141.56 34.59 -
System Red Green Blue C M Y K H S L
Decimal 27 220 182 0.88 0 0.17 0.14 168.19 0.78 0.48
Hex 1B DC B6 58 0 11 E A8 4E 30
Octal 33 334 266 130 0 21 16 250 116 60
Binary 11011 11011100 10110110 1011000 0 10001 1110 10101000 1001110 110000

Color Harmonies of #1BDCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDCB6

Black with #1BDCB6

Text Example


Text Example

White with #1BDCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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