#709ECB

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

Shades of Picton Blue #709ECB

Tints of Picton Blue #709ECB

Color information

#709ECB (or 0x709ECB) is unknown color: approx Picton Blue. HEX triplet: 70, 9E and CB. RGB value is (112,158,203). Sum of RGB (Red+Green+Blue) = 112+158+203=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #709ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ECB is #8F6134. Grayscale: #959595. Windows color (decimal): -9396533 or 13344368. OLE color: 13344368.

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

Color convert

RGB112158203-
CMYK0.450.2200.20
HSL209.67º46.67%61.76%-
HSV(B)209.67º44.83%79.61%-
XYZ29.6932.2161.15-
YUV149.38158.26101.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.68%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=23.68%
G=33.40%
B=42.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121582030.450.2200.20209.6746.6761.76
Hex709ECB2D16014d22f3e
Octal16023631355260243225776
Binary111000010011110110010111011011011001010011010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,158,203); }

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

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

 a { background-color: rgb(112,158,203); }

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

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

 span { border-color: rgb(112,158,203); }

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