#64ACC8

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

Shades of Picton Blue #64ACC8

Tints of Picton Blue #64ACC8

Color information

#64ACC8 (or 0x64ACC8) is unknown color: approx Picton Blue. HEX triplet: 64, AC and C8. RGB value is (100,172,200). Sum of RGB (Red+Green+Blue) = 100+172+200=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #64ACC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACC8 is #9B5337. Grayscale: #999999. Windows color (decimal): -10179384 or 13151332. OLE color: 13151332.

HSL color Cylindrical-coordinate representation of color #64ACC8: hue angle of 196.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64ACC8 is Cyan = 0.5, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB100172200-
CMYK0.50.1400.22
HSL196.8º47.62%58.82%-
HSV(B)196.8º50%78.43%-
XYZ30.4336.3860.06-
YUV153.66154.1589.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.19%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 200 (78.52% from 255) = 42.37%
R=21.19%
G=36.44%
B=42.37%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1001722000.50.1400.22196.847.6258.82
Hex64ACC832E016c5303b
Octal14425431062160263056073
Binary11001001010110011001000110010111001011011000101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64ACC8; }

 p { color: rgb(100,172,200); }

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

<style>
 a { background-color: #64ACC8; }

 a { background-color: rgb(100,172,200); }

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

<style>
 span { border-color: #64ACC8; }

 span { border-color: rgb(100,172,200); }

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