Html Css Color HEX #66AAD7 Picton Blue

📋 copy color: '#66AAD7'

red 102 ◦ green 170 ◦ blue 215

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

Shades of Picton Blue #66AAD7

Tints of Picton Blue #66AAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.15%

R = 20.94%
G = 34.91%
B = 44.15%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#66AAD7 (or 0x66AAD7) is known color: Picton Blue. HEX triplet: 66, AA and D7. RGB value is (102,170,215). Sum of RGB (Red+Green+Blue) = 102+170+215=487 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.94% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #66AAD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AAD7 is #995528. Grayscale: #9A9A9A. Windows color (decimal): -10048809 or 14133862. OLE color: 14133862.

HSL color Cylindrical-coordinate representation of color #66AAD7: hue angle of 203.89º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66AAD7 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 170 215 -
CMYK 0.53 0.21 0 0.16
HSL 203.89º 0.59% 0.62% -
HSV(B) 203.89º 0.53% 0.84% -
XYZ 32.12 36.48 69.64 -
YUV 154.8 161.97 90.34 -
System Red Green Blue C M Y K H S L
Decimal 102 170 215 0.53 0.21 0 0.16 203.89 0.59 0.62
Hex 66 AA D7 35 15 0 10 CC 3B 3E
Octal 146 252 327 65 25 0 20 314 73 76
Binary 1100110 10101010 11010111 110101 10101 0 10000 11001100 111011 111110

Color Harmonies of #66AAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AAD7

Black with #66AAD7

Text Example


Text Example

White with #66AAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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