#07A0CE

Color #07A0CE Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #07A0CE

Tints of Pacific Blue #07A0CE

Color information

#07A0CE (or 0x07A0CE) is unknown color: approx Pacific Blue. HEX triplet: 07, A0 and CE. RGB value is (7,160,206). Sum of RGB (Red+Green+Blue) = 7+160+206=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #07A0CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A0CE is #F85F31. Grayscale: #777777. Windows color (decimal): -16277298 or 13541383. OLE color: 13541383.

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

Color convert

RGB7160206-
CMYK0.970.2200.19
HSL193.87º93.43%41.76%-
HSV(B)193.87º96.6%80.78%-
XYZ23.829.6462.86-
YUV119.5176.8147.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.88%
GREEN value IS 160 (62.89% from 255) = 42.90%
BLUE value IS 206 (80.86% from 255) = 55.23%
R=1.88%
G=42.90%
B=55.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal71602060.970.2200.19193.8793.4341.76
Hex7A0CE6116013c25d2a
Octal72403161412602330213552
Binary1111010000011001110110000110110010011110000101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,160,206); }

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

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

 a { background-color: rgb(7,160,206); }

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

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

 span { border-color: rgb(7,160,206); }

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