#1AC6CA

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

Shades of Robin's Egg Blue #1AC6CA

Tints of Robin's Egg Blue #1AC6CA

Color information

#1AC6CA (or 0x1AC6CA) is unknown color: approx Robin's Egg Blue. HEX triplet: 1A, C6 and CA. RGB value is (26,198,202). Sum of RGB (Red+Green+Blue) = 26+198+202=426 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.10% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #1AC6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC6CA is #E53935. Grayscale: #929292. Windows color (decimal): -15022390 or 13288986. OLE color: 13288986.

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

Color convert

RGB26198202-
CMYK0.870.0200.21
HSL181.36º77.19%44.71%-
HSV(B)181.36º87.13%79.22%-
XYZ31.2844.8762.89-
YUV147.03159.0241.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.10%
GREEN value IS 198 (77.73% from 255) = 46.48%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=6.10%
G=46.48%
B=47.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal261982020.870.0200.21181.3677.1944.71
Hex1AC6CA572015b54d2d
Octal32306312127202526511555
Binary110101100011011001010101011110010101101101011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,198,202); }

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

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

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

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

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

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

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