Html Css Color HEX #64AACF Picton Blue

📋 copy color: '#64AACF'

red 100 ◦ green 170 ◦ blue 207

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

Shades of Picton Blue #64AACF

Tints of Picton Blue #64AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.64%

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

R = 20.96%
G = 35.64%
B = 43.4%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#64AACF (or 0x64AACF) is known color: Picton Blue. HEX triplet: 64, AA and CF. RGB value is (100,170,207). Sum of RGB (Red+Green+Blue) = 100+170+207=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #64AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AACF is #9B5530. Grayscale: #999999. Windows color (decimal): -10179889 or 13609572. OLE color: 13609572.

HSL color Cylindrical-coordinate representation of color #64AACF: hue angle of 200.75º 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 #64AACF is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 170 207 -
CMYK 0.52 0.18 0 0.19
HSL 200.75º 0.53% 0.6% -
HSV(B) 200.75º 0.52% 0.81% -
XYZ 30.89 35.96 64.34 -
YUV 153.29 158.31 89.99 -
System Red Green Blue C M Y K H S L
Decimal 100 170 207 0.52 0.18 0 0.19 200.75 0.53 0.6
Hex 64 AA CF 34 12 0 13 C9 35 3C
Octal 144 252 317 64 22 0 23 311 65 74
Binary 1100100 10101010 11001111 110100 10010 0 10011 11001001 110101 111100

Color Harmonies of #64AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AACF

Black with #64AACF

Text Example


Text Example

White with #64AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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