#66A8CF

Color #66A8CF Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #66A8CF

Tints of Picton Blue #66A8CF

Color information

#66A8CF (or 0x66A8CF) is unknown color: approx Picton Blue. HEX triplet: 66, A8 and CF. RGB value is (102,168,207). Sum of RGB (Red+Green+Blue) = 102+168+207=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #66A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8CF is #995730. Grayscale: #989898. Windows color (decimal): -10049329 or 13609062. OLE color: 13609062.

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

Color convert

RGB102168207-
CMYK0.510.1900.19
HSL202.29º52.24%60.59%-
HSV(B)202.29º50.72%81.18%-
XYZ30.7435.3464.23-
YUV152.71158.6391.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.38%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 207 (81.25% from 255) = 43.40%
R=21.38%
G=35.22%
B=43.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1021682070.510.1900.19202.2952.2460.59
Hex66A8CF3313013ca343d
Octal14625031763230233126475
Binary110011010101000110011111100111001101001111001010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66A8CF;
 }
 .AnyTagClassName
 {
   color: #66A8CF;
 }
</style>
background-color css

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

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

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

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

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

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