#07C2D0

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

Shades of Robin's Egg Blue #07C2D0

Tints of Robin's Egg Blue #07C2D0

Color information

#07C2D0 (or 0x07C2D0) is unknown color: approx Robin's Egg Blue. HEX triplet: 07, C2 and D0. RGB value is (7,194,208). Sum of RGB (Red+Green+Blue) = 7+194+208=409 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.71% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #07C2D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C2D0 is #F83D2F. Grayscale: #8B8B8B. Windows color (decimal): -16268592 or 13681159. OLE color: 13681159.

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

Color convert

RGB7194208-
CMYK0.970.0700.18
HSL184.18º93.49%42.16%-
HSV(B)184.18º96.63%81.57%-
XYZ30.7643.1866.39-
YUV139.68166.5533.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.71%
GREEN value IS 194 (76.17% from 255) = 47.43%
BLUE value IS 208 (81.64% from 255) = 50.86%
R=1.71%
G=47.43%
B=50.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71942080.970.0700.18184.1893.4942.16
Hex7C2D0617012b85d2a
Octal7302320141702227013552
Binary11111000010110100001100001111010010101110001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,194,208); }

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

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

 a { background-color: rgb(7,194,208); }

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

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

 span { border-color: rgb(7,194,208); }

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