#07A4BE

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

Shades of Pacific Blue #07A4BE

Tints of Pacific Blue #07A4BE

Color information

#07A4BE (or 0x07A4BE) is unknown color: approx Pacific Blue. HEX triplet: 07, A4 and BE. RGB value is (7,164,190). Sum of RGB (Red+Green+Blue) = 7+164+190=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #07A4BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A4BE is #F85B41. Grayscale: #777777. Windows color (decimal): -16276290 or 12493831. OLE color: 12493831.

HSL color Cylindrical-coordinate representation of color #07A4BE: hue angle of 188.52º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A4BE is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7164190-
CMYK0.960.1400.25
HSL188.52º92.89%38.63%-
HSV(B)188.52º96.32%74.51%-
XYZ22.6630.3153.37-
YUV120.02167.4947.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.94%
GREEN value IS 164 (64.45% from 255) = 45.43%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=1.94%
G=45.43%
B=52.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71641900.960.1400.25188.5292.8938.63
Hex7A4BE60E019bd5d27
Octal72442761401603127513547
Binary111101001001011111011000001110011001101111011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,164,190); }

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

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

 a { background-color: rgb(7,164,190); }

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

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

 span { border-color: rgb(7,164,190); }

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