#65ACD0

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

Shades of Picton Blue #65ACD0

Tints of Picton Blue #65ACD0

Color information

#65ACD0 (or 0x65ACD0) is unknown color: approx Picton Blue. HEX triplet: 65, AC and D0. RGB value is (101,172,208). Sum of RGB (Red+Green+Blue) = 101+172+208=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #65ACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACD0 is #9A532F. Grayscale: #9A9A9A. Windows color (decimal): -10113840 or 13675621. OLE color: 13675621.

HSL color Cylindrical-coordinate representation of color #65ACD0: hue angle of 200.19º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65ACD0 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB101172208-
CMYK0.510.1700.18
HSL200.19º53.23%60.59%-
HSV(B)200.19º51.44%81.57%-
XYZ31.536.8365.12-
YUV154.88157.9889.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.00%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 208 (81.64% from 255) = 43.24%
R=21.00%
G=35.76%
B=43.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1011722080.510.1700.18200.1953.2360.59
Hex65ACD03311012c8353d
Octal14525432063210223106575
Binary110010110101100110100001100111000101001011001000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65ACD0; }

 p { color: rgb(101,172,208); }

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

<style>
 a { background-color: #65ACD0; }

 a { background-color: rgb(101,172,208); }

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

<style>
 span { border-color: #65ACD0; }

 span { border-color: rgb(101,172,208); }

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