#709ACF

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

Shades of Picton Blue #709ACF

Tints of Picton Blue #709ACF

Color information

#709ACF (or 0x709ACF) is unknown color: approx Picton Blue. HEX triplet: 70, 9A and CF. RGB value is (112,154,207). Sum of RGB (Red+Green+Blue) = 112+154+207=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #709ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ACF is #8F6530. Grayscale: #939393. Windows color (decimal): -9397553 or 13605488. OLE color: 13605488.

HSL color Cylindrical-coordinate representation of color #709ACF: hue angle of 213.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #709ACF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112154207-
CMYK0.460.2600.19
HSL213.47º49.74%62.55%-
HSV(B)213.47º45.89%81.18%-
XYZ29.531.0663.47-
YUV147.48161.59102.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.68%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 207 (81.25% from 255) = 43.76%
R=23.68%
G=32.56%
B=43.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121542070.460.2600.19213.4749.7462.55
Hex709ACF2E1A013d5323f
Octal16023231756320233256277
Binary111000010011010110011111011101101001001111010101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709ACF; }

 p { color: rgb(112,154,207); }

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

<style>
 a { background-color: #709ACF; }

 a { background-color: rgb(112,154,207); }

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

<style>
 span { border-color: #709ACF; }

 span { border-color: rgb(112,154,207); }

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