Html Css Color HEX #66AACC Picton Blue

📋 copy color: '#66AACC'

red 102 ◦ green 170 ◦ blue 204

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

Shades of Picton Blue #66AACC

Tints of Picton Blue #66AACC

RGB

 RED value IS 102 (40.23% from 255) = 21.43%

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 21.43%
G = 35.71%
B = 42.86%

CMYK

 C value IS 0.5

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#66AACC (or 0x66AACC) is known color: Picton Blue. HEX triplet: 66, AA and CC. RGB value is (102,170,204). Sum of RGB (Red+Green+Blue) = 102+170+204=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #66AACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AACC is #995533. Grayscale: #999999. Windows color (decimal): -10048820 or 13412966. OLE color: 13412966.

HSL color Cylindrical-coordinate representation of color #66AACC: hue angle of 200º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66AACC is Cyan = 0.5, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 170 204 -
CMYK 0.5 0.17 0 0.2
HSL 200º 0.5% 0.6% -
HSV(B) 200º 0.5% 0.8% -
XYZ 30.75 35.93 62.44 -
YUV 153.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 102 170 204 0.5 0.17 0 0.2 200 0.5 0.6
Hex 66 AA CC 32 11 0 14 C8 32 3C
Octal 146 252 314 62 21 0 24 310 62 74
Binary 1100110 10101010 11001100 110010 10001 0 10100 11001000 110010 111100

Color Harmonies of #66AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AACC

Black with #66AACC

Text Example


Text Example

White with #66AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66AACC; }

 p { color: rgb(102,170,204); }

 H1.HeaderClassName
 {
   color: #66AACC;
 }
 .AnyTagClassName
 {
   color: #66AACC;
 }
</style>

background-color css

<style>
 a { background-color: #66AACC; }

 a { background-color: rgb(102,170,204); }

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

border-color css

<style>
 span { border-color: #66AACC; }

 span { border-color: rgb(102,170,204); }

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