#1BD0BB

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

Shades of Robin's Egg Blue #1BD0BB

Tints of Robin's Egg Blue #1BD0BB

Color information

#1BD0BB (or 0x1BD0BB) is unknown color: approx Robin's Egg Blue. HEX triplet: 1B, D0 and BB. RGB value is (27,208,187). Sum of RGB (Red+Green+Blue) = 27+208+187=422 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.40% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #1BD0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BD0BB is #E42F44. Grayscale: #979797. Windows color (decimal): -14954309 or 12308507. OLE color: 12308507.

HSL color Cylindrical-coordinate representation of color #1BD0BB: hue angle of 173.04º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD0BB is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB27208187-
CMYK0.8700.100.18
HSL173.04º77.02%46.08%-
HSV(B)173.04º87.02%81.57%-
XYZ31.9848.9354.77-
YUV151.49148.0339.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.40%
GREEN value IS 208 (81.64% from 255) = 49.29%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=6.40%
G=49.29%
B=44.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal272081870.8700.100.18173.0477.0246.08
Hex1BD0BB570A12ad4d2e
Octal333202731270122225511556
Binary11011110100001011101110101110101010010101011011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BD0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,208,187); }

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

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

 a { background-color: rgb(27,208,187); }

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

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

 span { border-color: rgb(27,208,187); }

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