#05A1CA

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

Shades of Pacific Blue #05A1CA

Tints of Pacific Blue #05A1CA

Color information

#05A1CA (or 0x05A1CA) is unknown color: approx Pacific Blue. HEX triplet: 05, A1 and CA. RGB value is (5,161,202). Sum of RGB (Red+Green+Blue) = 5+161+202=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #05A1CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A1CA is #FA5E35. Grayscale: #767676. Windows color (decimal): -16408118 or 13279493. OLE color: 13279493.

HSL color Cylindrical-coordinate representation of color #05A1CA: hue angle of 192.49º 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 #05A1CA is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5161202-
CMYK0.980.2000.21
HSL192.49º95.17%40.59%-
HSV(B)192.49º97.52%79.22%-
XYZ23.4729.7960.39-
YUV119.03174.8246.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.36%
GREEN value IS 161 (63.28% from 255) = 43.75%
BLUE value IS 202 (79.30% from 255) = 54.89%
R=1.36%
G=43.75%
B=54.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51612020.980.2000.21192.4995.1740.59
Hex5A1CA6214015c05f29
Octal52413121422402530013751
Binary1011010000111001010110001010100010101110000001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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