#05A0CA

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

Shades of Pacific Blue #05A0CA

Tints of Pacific Blue #05A0CA

Color information

#05A0CA (or 0x05A0CA) is unknown color: approx Pacific Blue. HEX triplet: 05, A0 and CA. RGB value is (5,160,202). Sum of RGB (Red+Green+Blue) = 5+160+202=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 160 (62.89% from 255 or 43.60% 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 #05A0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A0CA is #FA5F35. Grayscale: #767676. Windows color (decimal): -16408374 or 13279237. OLE color: 13279237.

HSL color Cylindrical-coordinate representation of color #05A0CA: hue angle of 192.79º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A0CA is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5160202-
CMYK0.980.2100.21
HSL192.79º95.17%40.59%-
HSV(B)192.79º97.52%79.22%-
XYZ23.2929.4460.33-
YUV118.44175.1547.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.36%
GREEN value IS 160 (62.89% from 255) = 43.60%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=1.36%
G=43.60%
B=55.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51602020.980.2100.21192.7995.1740.59
Hex5A0CA6215015c15f29
Octal52403121422502530113751
Binary1011010000011001010110001010101010101110000011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A0CA; }

 p { color: rgb(5,160,202); }

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

<style>
 a { background-color: #05A0CA; }

 a { background-color: rgb(5,160,202); }

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

<style>
 span { border-color: #05A0CA; }

 span { border-color: rgb(5,160,202); }

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