#64ACC9

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

Shades of Picton Blue #64ACC9

Tints of Picton Blue #64ACC9

Color information

#64ACC9 (or 0x64ACC9) is unknown color: approx Picton Blue. HEX triplet: 64, AC and C9. RGB value is (100,172,201). Sum of RGB (Red+Green+Blue) = 100+172+201=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #64ACC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACC9 is #9B5336. Grayscale: #999999. Windows color (decimal): -10179383 or 13216868. OLE color: 13216868.

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

Color convert

RGB100172201-
CMYK0.500.1400.21
HSL197.23º48.33%59.02%-
HSV(B)197.23º50.25%78.82%-
XYZ30.5536.4360.68-
YUV153.78154.6589.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.14%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=21.14%
G=36.36%
B=42.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001722010.500.1400.21197.2348.3359.02
Hex64ACC932E015c5303b
Octal14425431162160253056073
Binary11001001010110011001001110010111001010111000101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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