#64AEC9

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

Shades of Picton Blue #64AEC9

Tints of Picton Blue #64AEC9

Color information

#64AEC9 (or 0x64AEC9) is unknown color: approx Picton Blue. HEX triplet: 64, AE and C9. RGB value is (100,174,201). Sum of RGB (Red+Green+Blue) = 100+174+201=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #64AEC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AEC9 is #9B5136. Grayscale: #9A9A9A. Windows color (decimal): -10178871 or 13217380. OLE color: 13217380.

HSL color Cylindrical-coordinate representation of color #64AEC9: hue angle of 196.04º 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 #64AEC9 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100174201-
CMYK0.500.1300.21
HSL196.04º48.33%59.02%-
HSV(B)196.04º50.25%78.82%-
XYZ30.9337.260.81-
YUV154.95153.9888.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.05%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=21.05%
G=36.63%
B=42.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001742010.500.1300.21196.0448.3359.02
Hex64AEC932D015c4303b
Octal14425631162150253046073
Binary11001001010111011001001110010110101010111000100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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