#709ACC

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

Shades of Picton Blue #709ACC

Tints of Picton Blue #709ACC

Color information

#709ACC (or 0x709ACC) is unknown color: approx Picton Blue. HEX triplet: 70, 9A and CC. RGB value is (112,154,204). Sum of RGB (Red+Green+Blue) = 112+154+204=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #709ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ACC is #8F6533. Grayscale: #929292. Windows color (decimal): -9397556 or 13408880. OLE color: 13408880.

HSL color Cylindrical-coordinate representation of color #709ACC: hue angle of 212.61º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #709ACC is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB112154204-
CMYK0.450.2500.2
HSL212.61º47.42%61.96%-
HSV(B)212.61º45.1%80%-
XYZ29.1430.9261.56-
YUV147.14160.09102.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.83%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=23.83%
G=32.77%
B=43.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1121542040.450.2500.2212.6147.4261.96
Hex709ACC2D19014d52f3e
Octal16023231455310243255776
Binary111000010011010110011001011011100101010011010101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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