#709ACD

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

Shades of Picton Blue #709ACD

Tints of Picton Blue #709ACD

Color information

#709ACD (or 0x709ACD) is unknown color: approx Picton Blue. HEX triplet: 70, 9A and CD. RGB value is (112,154,205). Sum of RGB (Red+Green+Blue) = 112+154+205=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #709ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ACD is #8F6532. Grayscale: #939393. Windows color (decimal): -9397555 or 13474416. OLE color: 13474416.

HSL color Cylindrical-coordinate representation of color #709ACD: hue angle of 212.9º degrees, saturation: 0.48, 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 #709ACD is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112154205-
CMYK0.450.2500.20
HSL212.9º48.19%62.16%-
HSV(B)212.9º45.37%80.39%-
XYZ29.2630.9662.19-
YUV147.26160.59102.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.78%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=23.78%
G=32.70%
B=43.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121542050.450.2500.20212.948.1962.16
Hex709ACD2D19014d5303e
Octal16023231555310243256076
Binary111000010011010110011011011011100101010011010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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