#65ADCC

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

Shades of Picton Blue #65ADCC

Tints of Picton Blue #65ADCC

Color information

#65ADCC (or 0x65ADCC) is unknown color: approx Picton Blue. HEX triplet: 65, AD and CC. RGB value is (101,173,204). Sum of RGB (Red+Green+Blue) = 101+173+204=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #65ADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADCC is #9A5233. Grayscale: #9A9A9A. Windows color (decimal): -10113588 or 13413733. OLE color: 13413733.

HSL color Cylindrical-coordinate representation of color #65ADCC: hue angle of 198.06º degrees, saturation: 0.5, 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 #65ADCC is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB101173204-
CMYK0.500.1500.2
HSL198.06º50.24%59.8%-
HSV(B)198.06º50.49%80%-
XYZ31.2137.0162.63-
YUV155.01155.6589.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.13%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=21.13%
G=36.19%
B=42.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1011732040.500.1500.2198.0650.2459.8
Hex65ADCC32F014c6323c
Octal14525531462170243066274
Binary11001011010110111001100110010111101010011000110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,173,204); }

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

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

 a { background-color: rgb(101,173,204); }

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

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

 span { border-color: rgb(101,173,204); }

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