#65AAC8

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

Shades of Picton Blue #65AAC8

Tints of Picton Blue #65AAC8

Color information

#65AAC8 (or 0x65AAC8) is unknown color: approx Picton Blue. HEX triplet: 65, AA and C8. RGB value is (101,170,200). Sum of RGB (Red+Green+Blue) = 101+170+200=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #65AAC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AAC8 is #9A5537. Grayscale: #989898. Windows color (decimal): -10114360 or 13150821. OLE color: 13150821.

HSL color Cylindrical-coordinate representation of color #65AAC8: hue angle of 198.18º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65AAC8 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB101170200-
CMYK0.490.1500.22
HSL198.18º47.37%59.02%-
HSV(B)198.18º49.5%78.43%-
XYZ30.1735.6959.94-
YUV152.79154.6491.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.44%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 200 (78.52% from 255) = 42.46%
R=21.44%
G=36.09%
B=42.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1011702000.490.1500.22198.1847.3759.02
Hex65AAC831F016c62f3b
Octal14525231061170263065773
Binary11001011010101011001000110001111101011011000110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,170,200); }

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

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

 a { background-color: rgb(101,170,200); }

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

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

 span { border-color: rgb(101,170,200); }

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