#00A5CA

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

Shades of Pacific Blue #00A5CA

Tints of Pacific Blue #00A5CA

Color information

#00A5CA (or 0x00A5CA) is unknown color: approx Pacific Blue. HEX triplet: 00, A5 and CA. RGB value is (0,165,202). Sum of RGB (Red+Green+Blue) = 0+165+202=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #00A5CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A5CA is #FF5A35. Grayscale: #777777. Windows color (decimal): -16734774 or 13280512. OLE color: 13280512.

HSL color Cylindrical-coordinate representation of color #00A5CA: hue angle of 190.99º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A5CA is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB0165202-
CMYK10.1800.21
HSL190.99º100%39.61%-
HSV(B)190.99º100%79.22%-
XYZ24.1231.1760.62-
YUV119.88174.3442.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 165 (64.84% from 255) = 44.96%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=0%
G=44.96%
B=55.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal016520210.1800.21190.9910039.61
Hex0A5CA6412015bf6428
Octal02453121442202527714450
Binary01010010111001010110010010010010101101111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00A5CA; }

 p { color: rgb(0,165,202); }

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

<style>
 a { background-color: #00A5CA; }

 a { background-color: rgb(0,165,202); }

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

<style>
 span { border-color: #00A5CA; }

 span { border-color: rgb(0,165,202); }

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