#05A5CC

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

Shades of Pacific Blue #05A5CC

Tints of Pacific Blue #05A5CC

Color information

#05A5CC (or 0x05A5CC) is unknown color: approx Pacific Blue. HEX triplet: 05, A5 and CC. RGB value is (5,165,204). Sum of RGB (Red+Green+Blue) = 5+165+204=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #05A5CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A5CC is #FA5A33. Grayscale: #797979. Windows color (decimal): -16407092 or 13411589. OLE color: 13411589.

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

Color convert

RGB5165204-
CMYK0.980.1900.2
HSL191.76º95.22%40.98%-
HSV(B)191.76º97.55%80%-
XYZ24.4231.361.88-
YUV121.61174.4944.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.34%
GREEN value IS 165 (64.84% from 255) = 44.12%
BLUE value IS 204 (80.08% from 255) = 54.55%
R=1.34%
G=44.12%
B=54.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51652040.980.1900.2191.7695.2240.98
Hex5A5CC6213014c05f29
Octal52453141422302430013751
Binary1011010010111001100110001010011010100110000001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,165,204); }

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

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

 a { background-color: rgb(5,165,204); }

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

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

 span { border-color: rgb(5,165,204); }

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