Html Css Color HEX #66AACE Picton Blue

📋 copy color: '#66AACE'

red 102 ◦ green 170 ◦ blue 206

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

Shades of Picton Blue #66AACE

Tints of Picton Blue #66AACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 21.34%
G = 35.56%
B = 43.1%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#66AACE (or 0x66AACE) is known color: Picton Blue. HEX triplet: 66, AA and CE. RGB value is (102,170,206). Sum of RGB (Red+Green+Blue) = 102+170+206=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #66AACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AACE is #995531. Grayscale: #999999. Windows color (decimal): -10048818 or 13544038. OLE color: 13544038.

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

Color convert

RGB 102 170 206 -
CMYK 0.50 0.17 0 0.19
HSL 200.77º 0.51% 0.6% -
HSV(B) 200.77º 0.5% 0.81% -
XYZ 30.99 36.03 63.71 -
YUV 153.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 102 170 206 0.50 0.17 0 0.19 200.77 0.51 0.6
Hex 66 AA CE 32 11 0 13 C9 33 3C
Octal 146 252 316 62 21 0 23 311 63 74
Binary 1100110 10101010 11001110 110010 10001 0 10011 11001001 110011 111100

Color Harmonies of #66AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AACE

Black with #66AACE

Text Example


Text Example

White with #66AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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