#07A7CD

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

Shades of Pacific Blue #07A7CD

Tints of Pacific Blue #07A7CD

Color information

#07A7CD (or 0x07A7CD) is unknown color: approx Pacific Blue. HEX triplet: 07, A7 and CD. RGB value is (7,167,205). Sum of RGB (Red+Green+Blue) = 7+167+205=379 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #07A7CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A7CD is #F85832. Grayscale: #7B7B7B. Windows color (decimal): -16275507 or 13477639. OLE color: 13477639.

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

Color convert

RGB7167205-
CMYK0.970.1900.20
HSL191.52º93.4%41.57%-
HSV(B)191.52º96.59%80.39%-
XYZ24.9332.0962.64-
YUV123.49173.9944.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.85%
GREEN value IS 167 (65.62% from 255) = 44.06%
BLUE value IS 205 (80.47% from 255) = 54.09%
R=1.85%
G=44.06%
B=54.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71672050.970.1900.20191.5293.441.57
Hex7A7CD6113014c05d2a
Octal72473151412302430013552
Binary1111010011111001101110000110011010100110000001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,167,205); }

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

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

 a { background-color: rgb(7,167,205); }

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

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

 span { border-color: rgb(7,167,205); }

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