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

📋 copy color: '#1BD0BD'

red 27 ◦ green 208 ◦ blue 189

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

Shades of Robin's Egg Blue #1BD0BD

Tints of Robin's Egg Blue #1BD0BD

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 value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#1BD0BD (or 0x1BD0BD) is known color: 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

RGB 27 208 189 -
CMYK 0.87 0 0.09 0.18
HSL 173.7º 0.77% 0.46% -
HSV(B) 173.7º 0.87% 0.82% -
XYZ 32.19 49.02 55.91 -
YUV 151.72 149.03 39.04 -
System Red Green Blue C M Y K H S L
Decimal 27 208 189 0.87 0 0.09 0.18 173.7 0.77 0.46
Hex 1B D0 BD 57 0 9 12 AE 4D 2E
Octal 33 320 275 127 0 11 22 256 115 56
Binary 11011 11010000 10111101 1010111 0 1001 10010 10101110 1001101 101110

Color Harmonies of #1BD0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD0BD

Black with #1BD0BD

Text Example


Text Example

White with #1BD0BD

Text Example


Text Example

HTML Codes & Css Web 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>