#1BCACA

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

Shades of Robin's Egg Blue #1BCACA

Tints of Robin's Egg Blue #1BCACA

Color information

#1BCACA (or 0x1BCACA) is unknown color: approx Robin's Egg Blue. HEX triplet: 1B, CA and CA. RGB value is (27,202,202). Sum of RGB (Red+Green+Blue) = 27+202+202=431 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.26% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #1BCACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCACA is #E43535. Grayscale: #959595. Windows color (decimal): -14955830 or 13290011. OLE color: 13290011.

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

Color convert

RGB27202202-
CMYK0.87000.21
HSL180º76.42%44.9%-
HSV(B)180º86.63%79.22%-
XYZ32.2346.7463.2-
YUV149.67157.5240.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.26%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=6.26%
G=46.87%
B=46.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal272022020.87000.2118076.4244.9
Hex1BCACA570015b44c2d
Octal33312312127002526411455
Binary11011110010101100101010101110010101101101001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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