#07A8BE

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

Shades of Pacific Blue #07A8BE

Tints of Pacific Blue #07A8BE

Color information

#07A8BE (or 0x07A8BE) is unknown color: approx Pacific Blue. HEX triplet: 07, A8 and BE. RGB value is (7,168,190). Sum of RGB (Red+Green+Blue) = 7+168+190=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #07A8BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A8BE is #F85741. Grayscale: #7A7A7A. Windows color (decimal): -16275266 or 12494855. OLE color: 12494855.

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

Color convert

RGB7168190-
CMYK0.960.1200.25
HSL187.21º92.89%38.63%-
HSV(B)187.21º96.32%74.51%-
XYZ23.3831.7753.61-
YUV122.37166.1645.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.92%
GREEN value IS 168 (66.02% from 255) = 46.03%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=1.92%
G=46.03%
B=52.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71681900.960.1200.25187.2192.8938.63
Hex7A8BE60C019bb5d27
Octal72502761401403127313547
Binary111101010001011111011000001100011001101110111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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