Html Css Color HEX #66A2DC Picton Blue

📋 copy color: '#66A2DC'

red 102 ◦ green 162 ◦ blue 220

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

Shades of Picton Blue #66A2DC

Tints of Picton Blue #66A2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.47%

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 21.07%
G = 33.47%
B = 45.45%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#66A2DC (or 0x66A2DC) is known color: Picton Blue. HEX triplet: 66, A2 and DC. RGB value is (102,162,220). Sum of RGB (Red+Green+Blue) = 102+162+220=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #66A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A2DC is #995D23. Grayscale: #969696. Windows color (decimal): -10050852 or 14459494. OLE color: 14459494.

HSL color Cylindrical-coordinate representation of color #66A2DC: hue angle of 209.49º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66A2DC is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 162 220 -
CMYK 0.54 0.26 0 0.14
HSL 209.49º 0.63% 0.63% -
HSV(B) 209.49º 0.54% 0.86% -
XYZ 31.32 33.83 72.59 -
YUV 150.67 167.12 93.28 -
System Red Green Blue C M Y K H S L
Decimal 102 162 220 0.54 0.26 0 0.14 209.49 0.63 0.63
Hex 66 A2 DC 36 1A 0 E D1 3F 3F
Octal 146 242 334 66 32 0 16 321 77 77
Binary 1100110 10100010 11011100 110110 11010 0 1110 11010001 111111 111111

Color Harmonies of #66A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A2DC

Black with #66A2DC

Text Example


Text Example

White with #66A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,162,220); }

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

background-color css

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

 a { background-color: rgb(102,162,220); }

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

border-color css

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

 span { border-color: rgb(102,162,220); }

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