Html Css Color HEX #64ACD5 Picton Blue

📋 copy color: '#64ACD5'

red 100 ◦ green 172 ◦ blue 213

#64ACD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #64ACD5

Tints of Picton Blue #64ACD5

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 value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#64ACD5 (or 0x64ACD5) is known color: 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

RGB 100 172 213 -
CMYK 0.53 0.19 0 0.16
HSL 201.77º 0.57% 0.61% -
HSV(B) 201.77º 0.53% 0.84% -
XYZ 32.02 37.02 68.41 -
YUV 155.15 160.65 88.67 -
System Red Green Blue C M Y K H S L
Decimal 100 172 213 0.53 0.19 0 0.16 201.77 0.57 0.61
Hex 64 AC D5 35 13 0 10 CA 39 3D
Octal 144 254 325 65 23 0 20 312 71 75
Binary 1100100 10101100 11010101 110101 10011 0 10000 11001010 111001 111101

Color Harmonies of #64ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACD5

Black with #64ACD5

Text Example


Text Example

White with #64ACD5

Text Example


Text Example

HTML Codes & Css Web 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>