Html Css Color HEX #65ACCF Picton Blue

📋 copy color: '#65ACCF'

red 101 ◦ green 172 ◦ blue 207

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

Shades of Picton Blue #65ACCF

Tints of Picton Blue #65ACCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 21.04%
G = 35.83%
B = 43.13%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#65ACCF (or 0x65ACCF) is known color: Picton Blue. HEX triplet: 65, AC and CF. RGB value is (101,172,207). Sum of RGB (Red+Green+Blue) = 101+172+207=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #65ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACCF is #9A5330. Grayscale: #9A9A9A. Windows color (decimal): -10113841 or 13610085. OLE color: 13610085.

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

Color convert

RGB 101 172 207 -
CMYK 0.51 0.17 0 0.19
HSL 199.81º 0.52% 0.6% -
HSV(B) 199.81º 0.51% 0.81% -
XYZ 31.38 36.78 64.48 -
YUV 154.76 157.48 89.65 -
System Red Green Blue C M Y K H S L
Decimal 101 172 207 0.51 0.17 0 0.19 199.81 0.52 0.6
Hex 65 AC CF 33 11 0 13 C8 34 3C
Octal 145 254 317 63 21 0 23 310 64 74
Binary 1100101 10101100 11001111 110011 10001 0 10011 11001000 110100 111100

Color Harmonies of #65ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ACCF

Black with #65ACCF

Text Example


Text Example

White with #65ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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