#07A5BE

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

Shades of Pacific Blue #07A5BE

Tints of Pacific Blue #07A5BE

Color information

#07A5BE (or 0x07A5BE) is unknown color: approx Pacific Blue. HEX triplet: 07, A5 and BE. RGB value is (7,165,190). Sum of RGB (Red+Green+Blue) = 7+165+190=362 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #07A5BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A5BE is #F85A41. Grayscale: #787878. Windows color (decimal): -16276034 or 12494087. OLE color: 12494087.

HSL color Cylindrical-coordinate representation of color #07A5BE: hue angle of 188.2º 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 #07A5BE is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7165190-
CMYK0.960.1300.25
HSL188.2º92.89%38.63%-
HSV(B)188.2º96.32%74.51%-
XYZ22.8430.6753.43-
YUV120.61167.1546.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.93%
GREEN value IS 165 (64.84% from 255) = 45.58%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=1.93%
G=45.58%
B=52.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71651900.960.1300.25188.292.8938.63
Hex7A5BE60D019bc5d27
Octal72452761401503127413547
Binary111101001011011111011000001101011001101111001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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