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

📋 copy color: '#1BCABF'

red 27 ◦ green 202 ◦ blue 191

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

Shades of Robin's Egg Blue #1BCABF

Tints of Robin's Egg Blue #1BCABF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.1%

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

R = 6.43%
G = 48.1%
B = 45.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#1BCABF (or 0x1BCABF) is known color: Robin's Egg Blue. HEX triplet: 1B, CA and BF. RGB value is (27,202,191). Sum of RGB (Red+Green+Blue) = 27+202+191=420 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.43% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCABF is #E43540. Grayscale: #949494. Windows color (decimal): -14955841 or 12569115. OLE color: 12569115.

HSL color Cylindrical-coordinate representation of color #1BCABF: hue angle of 176.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCABF is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 27 202 191 -
CMYK 0.87 0 0.05 0.21
HSL 176.23º 0.76% 0.45% -
HSV(B) 176.23º 0.87% 0.79% -
XYZ 30.98 46.24 56.58 -
YUV 148.42 152.02 41.39 -
System Red Green Blue C M Y K H S L
Decimal 27 202 191 0.87 0 0.05 0.21 176.23 0.76 0.45
Hex 1B CA BF 57 0 5 15 B0 4C 2D
Octal 33 312 277 127 0 5 25 260 114 55
Binary 11011 11001010 10111111 1010111 0 101 10101 10110000 1001100 101101

Color Harmonies of #1BCABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCABF

Black with #1BCABF

Text Example


Text Example

White with #1BCABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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