#64ABD5

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

Shades of Picton Blue #64ABD5

Tints of Picton Blue #64ABD5

Color information

#64ABD5 (or 0x64ABD5) is unknown color: approx Picton Blue. HEX triplet: 64, AB and D5. RGB value is (100,171,213). Sum of RGB (Red+Green+Blue) = 100+171+213=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #64ABD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABD5 is #9B542A. Grayscale: #9A9A9A. Windows color (decimal): -10179627 or 14003044. OLE color: 14003044.

HSL color Cylindrical-coordinate representation of color #64ABD5: hue angle of 202.3º 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 #64ABD5 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB100171213-
CMYK0.530.2000.16
HSL202.3º57.36%61.37%-
HSV(B)202.3º53.05%83.53%-
XYZ31.8336.6468.35-
YUV154.56160.9889.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.66%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 213 (83.59% from 255) = 44.01%
R=20.66%
G=35.33%
B=44.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1001712130.530.2000.16202.357.3661.37
Hex64ABD53514010ca393d
Octal14425332565240203127175
Binary110010010101011110101011101011010001000011001010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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