Html Css Color HEX #65ACCB Picton Blue

📋 copy color: '#65ACCB'

red 101 ◦ green 172 ◦ blue 203

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

Shades of Picton Blue #65ACCB

Tints of Picton Blue #65ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.13%

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 21.22%
G = 36.13%
B = 42.65%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#65ACCB (or 0x65ACCB) is known color: Picton Blue. HEX triplet: 65, AC and CB. RGB value is (101,172,203). Sum of RGB (Red+Green+Blue) = 101+172+203=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #65ACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACCB is #9A5334. Grayscale: #9A9A9A. Windows color (decimal): -10113845 or 13347941. OLE color: 13347941.

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

Color convert

RGB 101 172 203 -
CMYK 0.50 0.15 0 0.20
HSL 198.24º 0.5% 0.6% -
HSV(B) 198.24º 0.5% 0.8% -
XYZ 30.9 36.58 61.93 -
YUV 154.31 155.48 89.98 -
System Red Green Blue C M Y K H S L
Decimal 101 172 203 0.50 0.15 0 0.20 198.24 0.5 0.6
Hex 65 AC CB 32 F 0 14 C6 32 3C
Octal 145 254 313 62 17 0 24 306 62 74
Binary 1100101 10101100 11001011 110010 1111 0 10100 11000110 110010 111100

Color Harmonies of #65ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ACCB

Black with #65ACCB

Text Example


Text Example

White with #65ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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