Html Css Color HEX #64ACCF Picton Blue

📋 copy color: '#64ACCF'

red 100 ◦ green 172 ◦ blue 207

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

Shades of Picton Blue #64ACCF

Tints of Picton Blue #64ACCF

RGB

 RED value IS 100 (39.45% from 255) = 20.88%

 GREEN value IS 172 (67.58% from 255) = 35.91%

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 20.88%
G = 35.91%
B = 43.22%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#64ACCF (or 0x64ACCF) is known color: Picton Blue. HEX triplet: 64, AC and CF. RGB value is (100,172,207). Sum of RGB (Red+Green+Blue) = 100+172+207=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #64ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACCF is #9B5330. Grayscale: #9A9A9A. Windows color (decimal): -10179377 or 13610084. OLE color: 13610084.

HSL color Cylindrical-coordinate representation of color #64ACCF: hue angle of 199.63º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64ACCF is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 172 207 -
CMYK 0.52 0.17 0 0.19
HSL 199.63º 0.53% 0.6% -
HSV(B) 199.63º 0.52% 0.81% -
XYZ 31.27 36.72 64.47 -
YUV 154.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 100 172 207 0.52 0.17 0 0.19 199.63 0.53 0.6
Hex 64 AC CF 34 11 0 13 C8 35 3C
Octal 144 254 317 64 21 0 23 310 65 74
Binary 1100100 10101100 11001111 110100 10001 0 10011 11001000 110101 111100

Color Harmonies of #64ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACCF

Black with #64ACCF

Text Example


Text Example

White with #64ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64ACCF;
 }
 .AnyTagClassName
 {
   color: #64ACCF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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