Html Css Color HEX #65AACD Picton Blue

📋 copy color: '#65AACD'

red 101 ◦ green 170 ◦ blue 205

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

Shades of Picton Blue #65AACD

Tints of Picton Blue #65AACD

RGB

 RED value IS 101 (39.84% from 255) = 21.22%

 GREEN value IS 170 (66.8% from 255) = 35.71%

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

R = 21.22%
G = 35.71%
B = 43.07%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#65AACD (or 0x65AACD) is known color: Picton Blue. HEX triplet: 65, AA and CD. RGB value is (101,170,205). Sum of RGB (Red+Green+Blue) = 101+170+205=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #65AACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AACD is #9A5532. Grayscale: #999999. Windows color (decimal): -10114355 or 13478501. OLE color: 13478501.

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

Color convert

RGB 101 170 205 -
CMYK 0.51 0.17 0 0.20
HSL 200.19º 0.51% 0.6% -
HSV(B) 200.19º 0.51% 0.8% -
XYZ 30.76 35.92 63.07 -
YUV 153.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 101 170 205 0.51 0.17 0 0.20 200.19 0.51 0.6
Hex 65 AA CD 33 11 0 14 C8 33 3C
Octal 145 252 315 63 21 0 24 310 63 74
Binary 1100101 10101010 11001101 110011 10001 0 10100 11001000 110011 111100

Color Harmonies of #65AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AACD

Black with #65AACD

Text Example


Text Example

White with #65AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65AACD;
 }
 .AnyTagClassName
 {
   color: #65AACD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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