#1BD0BD

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

Shades of Robin's Egg Blue #1BD0BD

Tints of Robin's Egg Blue #1BD0BD

Color information

#1BD0BD (or 0x1BD0BD) is unknown color: approx Robin's Egg Blue. HEX triplet: 1B, D0 and BD. RGB value is (27,208,189). Sum of RGB (Red+Green+Blue) = 27+208+189=424 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.37% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #1BD0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BD0BD is #E42F42. Grayscale: #979797. Windows color (decimal): -14954307 or 12439579. OLE color: 12439579.

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

Color convert

RGB27208189-
CMYK0.8700.090.18
HSL173.7º77.02%46.08%-
HSV(B)173.7º87.02%81.57%-
XYZ32.1949.0255.91-
YUV151.71149.0339.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.37%
GREEN value IS 208 (81.64% from 255) = 49.06%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=6.37%
G=49.06%
B=44.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal272081890.8700.090.18173.777.0246.08
Hex1BD0BD570912ae4d2e
Octal333202751270112225611556
Binary11011110100001011110110101110100110010101011101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BD0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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