Html Css Color HEX #64ACC9 Picton Blue

📋 copy color: '#64ACC9'

red 100 ◦ green 172 ◦ blue 201

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

Shades of Picton Blue #64ACC9

Tints of Picton Blue #64ACC9

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

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

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

RGB 100 172 201 -
CMYK 0.50 0.14 0 0.21
HSL 197.23º 0.48% 0.59% -
HSV(B) 197.23º 0.5% 0.79% -
XYZ 30.55 36.43 60.68 -
YUV 153.78 154.65 89.64 -
System Red Green Blue C M Y K H S L
Decimal 100 172 201 0.50 0.14 0 0.21 197.23 0.48 0.59
Hex 64 AC C9 32 E 0 15 C5 30 3B
Octal 144 254 311 62 16 0 25 305 60 73
Binary 1100100 10101100 11001001 110010 1110 0 10101 11000101 110000 111011

Color Harmonies of #64ACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACC9

Black with #64ACC9

Text Example


Text Example

White with #64ACC9

Text Example


Text Example

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