#07CABC

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

Shades of Robin's Egg Blue #07CABC

Tints of Robin's Egg Blue #07CABC

Color information

#07CABC (or 0x07CABC) is unknown color: approx Robin's Egg Blue. HEX triplet: 07, CA and BC. RGB value is (7,202,188). Sum of RGB (Red+Green+Blue) = 7+202+188=397 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #07CABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CABC is #F83543. Grayscale: #8D8D8D. Windows color (decimal): -16266564 or 12372487. OLE color: 12372487.

HSL color Cylindrical-coordinate representation of color #07CABC: hue angle of 175.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CABC is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB7202188-
CMYK0.9700.070.21
HSL175.69º93.3%40.98%-
HSV(B)175.69º96.53%79.22%-
XYZ30.2945.9254.84-
YUV142.1153.931.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.76%
GREEN value IS 202 (79.30% from 255) = 50.88%
BLUE value IS 188 (73.83% from 255) = 47.36%
R=1.76%
G=50.88%
B=47.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72021880.9700.070.21175.6993.340.98
Hex7CABC610715b05d29
Octal7312274141072526013551
Binary11111001010101111001100001011110101101100001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07CABC; }

 p { color: rgb(7,202,188); }

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

<style>
 a { background-color: #07CABC; }

 a { background-color: rgb(7,202,188); }

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

<style>
 span { border-color: #07CABC; }

 span { border-color: rgb(7,202,188); }

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