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

📋 copy color: '#1BCAC1'

red 27 ◦ green 202 ◦ blue 193

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

Shades of Robin's Egg Blue #1BCAC1

Tints of Robin's Egg Blue #1BCAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.73%

R = 6.4%
G = 47.87%
B = 45.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#1BCAC1 (or 0x1BCAC1) is known color: Robin's Egg Blue. HEX triplet: 1B, CA and C1. RGB value is (27,202,193). Sum of RGB (Red+Green+Blue) = 27+202+193=422 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.40% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCAC1 is #E4353E. Grayscale: #949494. Windows color (decimal): -14955839 or 12700187. OLE color: 12700187.

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

Color convert

RGB 27 202 193 -
CMYK 0.87 0 0.04 0.21
HSL 176.91º 0.76% 0.45% -
HSV(B) 176.91º 0.87% 0.79% -
XYZ 31.2 46.32 57.75 -
YUV 148.65 153.02 41.23 -
System Red Green Blue C M Y K H S L
Decimal 27 202 193 0.87 0 0.04 0.21 176.91 0.76 0.45
Hex 1B CA C1 57 0 4 15 B1 4C 2D
Octal 33 312 301 127 0 4 25 261 114 55
Binary 11011 11001010 11000001 1010111 0 100 10101 10110001 1001100 101101

Color Harmonies of #1BCAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCAC1

Black with #1BCAC1

Text Example


Text Example

White with #1BCAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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