Html Css Color HEX #66A8CD Picton Blue

📋 copy color: '#66A8CD'

red 102 ◦ green 168 ◦ blue 205

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

Shades of Picton Blue #66A8CD

Tints of Picton Blue #66A8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.37%

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 21.47%
G = 35.37%
B = 43.16%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#66A8CD (or 0x66A8CD) is known color: Picton Blue. HEX triplet: 66, A8 and CD. RGB value is (102,168,205). Sum of RGB (Red+Green+Blue) = 102+168+205=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #66A8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8CD is #995732. Grayscale: #989898. Windows color (decimal): -10049331 or 13477990. OLE color: 13477990.

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

Color convert

RGB 102 168 205 -
CMYK 0.50 0.18 0 0.20
HSL 201.55º 0.51% 0.6% -
HSV(B) 201.55º 0.5% 0.8% -
XYZ 30.5 35.24 62.95 -
YUV 152.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 102 168 205 0.50 0.18 0 0.20 201.55 0.51 0.6
Hex 66 A8 CD 32 12 0 14 CA 33 3C
Octal 146 250 315 62 22 0 24 312 63 74
Binary 1100110 10101000 11001101 110010 10010 0 10100 11001010 110011 111100

Color Harmonies of #66A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A8CD

Black with #66A8CD

Text Example


Text Example

White with #66A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,168,205); }

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

background-color css

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

 a { background-color: rgb(102,168,205); }

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

border-color css

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

 span { border-color: rgb(102,168,205); }

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