#64ACD5

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

Shades of Picton Blue #64ACD5

Tints of Picton Blue #64ACD5

Color information

#64ACD5 (or 0x64ACD5) is unknown color: approx Picton Blue. HEX triplet: 64, AC and D5. RGB value is (100,172,213). Sum of RGB (Red+Green+Blue) = 100+172+213=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #64ACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACD5 is #9B532A. Grayscale: #9A9A9A. Windows color (decimal): -10179371 or 14003300. OLE color: 14003300.

HSL color Cylindrical-coordinate representation of color #64ACD5: hue angle of 201.77º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64ACD5 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB100172213-
CMYK0.530.1900.16
HSL201.77º57.36%61.37%-
HSV(B)201.77º53.05%83.53%-
XYZ32.0237.0268.41-
YUV155.15160.6588.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.62%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 213 (83.59% from 255) = 43.92%
R=20.62%
G=35.46%
B=43.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1001722130.530.1900.16201.7757.3661.37
Hex64ACD53513010ca393d
Octal14425432565230203127175
Binary110010010101100110101011101011001101000011001010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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