#00C7CE

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

Shades of Robin's Egg Blue #00C7CE

Tints of Robin's Egg Blue #00C7CE

Color information

#00C7CE (or 0x00C7CE) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, C7 and CE. RGB value is (0,199,206). Sum of RGB (Red+Green+Blue) = 0+199+206=405 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #00C7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C7CE is #FF3831. Grayscale: #8C8C8C. Windows color (decimal): -16726066 or 13551360. OLE color: 13551360.

HSL color Cylindrical-coordinate representation of color #00C7CE: hue angle of 182.04º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C7CE is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB0199206-
CMYK10.0300.19
HSL182.04º100%40.39%-
HSV(B)182.04º100%80.78%-
XYZ31.5645.365.47-
YUV140.3165.0727.93-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 199 (78.12% from 255) = 49.14%
BLUE value IS 206 (80.86% from 255) = 50.86%
R=0%
G=49.14%
B=50.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal019920610.0300.19182.0410040.39
Hex0C7CE643013b66428
Octal0307316144302326614450
Binary01100011111001110110010011010011101101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,199,206); }

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

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

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

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

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

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

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