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

📋 copy color: '#1BDCBF'

red 27 ◦ green 220 ◦ blue 191

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

Shades of Robin's Egg Blue #1BDCBF

Tints of Robin's Egg Blue #1BDCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.61%

R = 6.16%
G = 50.23%
B = 43.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#1BDCBF (or 0x1BDCBF) is known color: Robin's Egg Blue. HEX triplet: 1B, DC and BF. RGB value is (27,220,191). Sum of RGB (Red+Green+Blue) = 27+220+191=438 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.16% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDCBF is #E42340. Grayscale: #9E9E9E. Windows color (decimal): -14951233 or 12573723. OLE color: 12573723.

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

Color convert

RGB 27 220 191 -
CMYK 0.88 0 0.13 0.14
HSL 170.98º 0.78% 0.48% -
HSV(B) 170.98º 0.88% 0.86% -
XYZ 35.45 55.18 58.07 -
YUV 158.99 146.06 33.86 -
System Red Green Blue C M Y K H S L
Decimal 27 220 191 0.88 0 0.13 0.14 170.98 0.78 0.48
Hex 1B DC BF 58 0 D E AB 4E 30
Octal 33 334 277 130 0 15 16 253 116 60
Binary 11011 11011100 10111111 1011000 0 1101 1110 10101011 1001110 110000

Color Harmonies of #1BDCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDCBF

Black with #1BDCBF

Text Example


Text Example

White with #1BDCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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