Html Css Color HEX #65AACA Picton Blue

📋 copy color: '#65AACA'

red 101 ◦ green 170 ◦ blue 202

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

Shades of Picton Blue #65AACA

Tints of Picton Blue #65AACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 21.35%
G = 35.94%
B = 42.71%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#65AACA (or 0x65AACA) is known color: Picton Blue. HEX triplet: 65, AA and CA. RGB value is (101,170,202). Sum of RGB (Red+Green+Blue) = 101+170+202=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #65AACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AACA is #9A5535. Grayscale: #989898. Windows color (decimal): -10114358 or 13281893. OLE color: 13281893.

HSL color Cylindrical-coordinate representation of color #65AACA: hue angle of 199.01º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65AACA is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 170 202 -
CMYK 0.50 0.16 0 0.21
HSL 199.01º 0.49% 0.59% -
HSV(B) 199.01º 0.5% 0.79% -
XYZ 30.4 35.78 61.18 -
YUV 153.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 101 170 202 0.50 0.16 0 0.21 199.01 0.49 0.59
Hex 65 AA CA 32 10 0 15 C7 31 3B
Octal 145 252 312 62 20 0 25 307 61 73
Binary 1100101 10101010 11001010 110010 10000 0 10101 11000111 110001 111011

Color Harmonies of #65AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AACA

Black with #65AACA

Text Example


Text Example

White with #65AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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