#1CC6CA

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

Shades of Robin's Egg Blue #1CC6CA

Tints of Robin's Egg Blue #1CC6CA

Color information

#1CC6CA (or 0x1CC6CA) is unknown color: approx Robin's Egg Blue. HEX triplet: 1C, C6 and CA. RGB value is (28,198,202). Sum of RGB (Red+Green+Blue) = 28+198+202=428 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.54% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #1CC6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC6CA is #E33935. Grayscale: #939393. Windows color (decimal): -14891318 or 13288988. OLE color: 13288988.

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

Color convert

RGB28198202-
CMYK0.860.0200.21
HSL181.38º75.65%45.1%-
HSV(B)181.38º86.14%79.22%-
XYZ31.3344.962.89-
YUV147.63158.6842.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.54%
GREEN value IS 198 (77.73% from 255) = 46.26%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=6.54%
G=46.26%
B=47.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal281982020.860.0200.21181.3875.6545.1
Hex1CC6CA562015b54c2d
Octal34306312126202526511455
Binary111001100011011001010101011010010101101101011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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