#00C1C1

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

Shades of Robin's Egg Blue #00C1C1

Tints of Robin's Egg Blue #00C1C1

Color information

#00C1C1 (or 0x00C1C1) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, C1 and C1. RGB value is (0,193,193). Sum of RGB (Red+Green+Blue) = 0+193+193=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: green, blue. Hex color #00C1C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C1C1 is #FF3E3E. Grayscale: #878787. Windows color (decimal): -16727615 or 12697856. OLE color: 12697856.

HSL color Cylindrical-coordinate representation of color #00C1C1: hue angle of 180º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C1C1 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB0193193-
CMYK1000.24
HSL180º100%37.84%-
HSV(B)180º100%75.69%-
XYZ28.741.9957.04-
YUV135.29160.5631.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 193 (75.78% from 255) = 50%
BLUE value IS 193 (75.78% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal01931931000.2418010037.84
Hex0C1C1640018b46426
Octal0301301144003026414446
Binary0110000011100000111001000011000101101001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00C1C1; }

 p { color: rgb(0,193,193); }

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

<style>
 a { background-color: #00C1C1; }

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

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

<style>
 span { border-color: #00C1C1; }

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

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