#07A2BC

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

Shades of Pacific Blue #07A2BC

Tints of Pacific Blue #07A2BC

Color information

#07A2BC (or 0x07A2BC) is unknown color: approx Pacific Blue. HEX triplet: 07, A2 and BC. RGB value is (7,162,188). Sum of RGB (Red+Green+Blue) = 7+162+188=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #07A2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A2BC is #F85D43. Grayscale: #767676. Windows color (decimal): -16276804 or 12362247. OLE color: 12362247.

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

Color convert

RGB7162188-
CMYK0.960.1400.26
HSL188.62º92.82%38.24%-
HSV(B)188.62º96.28%73.73%-
XYZ22.0929.5252.11-
YUV118.62167.1548.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.96%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=1.96%
G=45.38%
B=52.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71621880.960.1400.26188.6292.8238.24
Hex7A2BC60E01Abd5d26
Octal72422741401603227513546
Binary111101000101011110011000001110011010101111011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,162,188); }

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

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

 a { background-color: rgb(7,162,188); }

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

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

 span { border-color: rgb(7,162,188); }

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