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

📋 copy color: '#1BDABF'

red 27 ◦ green 218 ◦ blue 191

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

Shades of Robin's Egg Blue #1BDABF

Tints of Robin's Egg Blue #1BDABF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50%

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

R = 6.19%
G = 50%
B = 43.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#1BDABF (or 0x1BDABF) is known color: Robin's Egg Blue. HEX triplet: 1B, DA and BF. RGB value is (27,218,191). Sum of RGB (Red+Green+Blue) = 27+218+191=436 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.19% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDABF is #E42540. Grayscale: #9D9D9D. Windows color (decimal): -14951745 or 12573211. OLE color: 12573211.

HSL color Cylindrical-coordinate representation of color #1BDABF: hue angle of 171.52º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDABF is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 27 218 191 -
CMYK 0.88 0 0.12 0.15
HSL 171.52º 0.78% 0.48% -
HSV(B) 171.52º 0.88% 0.85% -
XYZ 34.93 54.14 57.9 -
YUV 157.81 146.72 34.7 -
System Red Green Blue C M Y K H S L
Decimal 27 218 191 0.88 0 0.12 0.15 171.52 0.78 0.48
Hex 1B DA BF 58 0 C F AC 4E 30
Octal 33 332 277 130 0 14 17 254 116 60
Binary 11011 11011010 10111111 1011000 0 1100 1111 10101100 1001110 110000

Color Harmonies of #1BDABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDABF

Black with #1BDABF

Text Example


Text Example

White with #1BDABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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