Html Css Color HEX #66AAD3 Picton Blue

📋 copy color: '#66AAD3'

red 102 ◦ green 170 ◦ blue 211

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

Shades of Picton Blue #66AAD3

Tints of Picton Blue #66AAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.69%

R = 21.12%
G = 35.2%
B = 43.69%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#66AAD3 (or 0x66AAD3) is known color: Picton Blue. HEX triplet: 66, AA and D3. RGB value is (102,170,211). Sum of RGB (Red+Green+Blue) = 102+170+211=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #66AAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AAD3 is #99552C. Grayscale: #9A9A9A. Windows color (decimal): -10048813 or 13871718. OLE color: 13871718.

HSL color Cylindrical-coordinate representation of color #66AAD3: hue angle of 202.57º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66AAD3 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 102 170 211 -
CMYK 0.52 0.19 0 0.17
HSL 202.57º 0.55% 0.61% -
HSV(B) 202.57º 0.52% 0.83% -
XYZ 31.61 36.28 66.96 -
YUV 154.34 159.97 90.67 -
System Red Green Blue C M Y K H S L
Decimal 102 170 211 0.52 0.19 0 0.17 202.57 0.55 0.61
Hex 66 AA D3 34 13 0 11 CB 37 3D
Octal 146 252 323 64 23 0 21 313 67 75
Binary 1100110 10101010 11010011 110100 10011 0 10001 11001011 110111 111101

Color Harmonies of #66AAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AAD3

Black with #66AAD3

Text Example


Text Example

White with #66AAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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