#01C6CB

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

Shades of Robin's Egg Blue #01C6CB

Tints of Robin's Egg Blue #01C6CB

Color information

#01C6CB (or 0x01C6CB) is unknown color: approx Robin's Egg Blue. HEX triplet: 01, C6 and CB. RGB value is (1,198,203). Sum of RGB (Red+Green+Blue) = 1+198+203=402 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #01C6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C6CB is #FE3934. Grayscale: #8B8B8B. Windows color (decimal): -16660789 or 13354497. OLE color: 13354497.

HSL color Cylindrical-coordinate representation of color #01C6CB: hue angle of 181.49º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C6CB is Cyan = 1.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1198203-
CMYK1.000.0200.20
HSL181.49º99.02%40%-
HSV(B)181.49º99.51%79.61%-
XYZ30.9944.7163.5-
YUV139.67163.7329.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 198 (77.73% from 255) = 49.25%
BLUE value IS 203 (79.69% from 255) = 50.50%
R=0.25%
G=49.25%
B=50.50%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11982031.000.0200.20181.4999.0240
Hex1C6CB642014b56328
Octal1306313144202426514350
Binary11100011011001011110010010010100101101011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01C6CB; }

 p { color: rgb(1,198,203); }

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

<style>
 a { background-color: #01C6CB; }

 a { background-color: rgb(1,198,203); }

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

<style>
 span { border-color: #01C6CB; }

 span { border-color: rgb(1,198,203); }

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