Html Css Color HEX #66AAC7 Picton Blue

📋 copy color: '#66AAC7'

red 102 ◦ green 170 ◦ blue 199

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

Shades of Picton Blue #66AAC7

Tints of Picton Blue #66AAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.25%

R = 21.66%
G = 36.09%
B = 42.25%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#66AAC7 (or 0x66AAC7) is known color: Picton Blue. HEX triplet: 66, AA and C7. RGB value is (102,170,199). Sum of RGB (Red+Green+Blue) = 102+170+199=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 199 - color contains mainly: blue. Hex color #66AAC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AAC7 is #995538. Grayscale: #989898. Windows color (decimal): -10048825 or 13085286. OLE color: 13085286.

HSL color Cylindrical-coordinate representation of color #66AAC7: hue angle of 197.94º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66AAC7 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 170 199 -
CMYK 0.49 0.15 0 0.22
HSL 197.94º 0.46% 0.59% -
HSV(B) 197.94º 0.49% 0.78% -
XYZ 30.16 35.7 59.33 -
YUV 152.97 153.97 91.64 -
System Red Green Blue C M Y K H S L
Decimal 102 170 199 0.49 0.15 0 0.22 197.94 0.46 0.59
Hex 66 AA C7 31 F 0 16 C6 2E 3B
Octal 146 252 307 61 17 0 26 306 56 73
Binary 1100110 10101010 11000111 110001 1111 0 10110 11000110 101110 111011

Color Harmonies of #66AAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AAC7

Black with #66AAC7

Text Example


Text Example

White with #66AAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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