#709ECA

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

Shades of Picton Blue #709ECA

Tints of Picton Blue #709ECA

Color information

#709ECA (or 0x709ECA) is unknown color: approx Picton Blue. HEX triplet: 70, 9E and CA. RGB value is (112,158,202). Sum of RGB (Red+Green+Blue) = 112+158+202=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #709ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ECA is #8F6135. Grayscale: #959595. Windows color (decimal): -9396534 or 13278832. OLE color: 13278832.

HSL color Cylindrical-coordinate representation of color #709ECA: hue angle of 209.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #709ECA is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112158202-
CMYK0.450.2200.21
HSL209.33º45.92%61.57%-
HSV(B)209.33º44.55%79.22%-
XYZ29.5732.1660.53-
YUV149.26157.76101.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.73%
GREEN value IS 158 (62.11% from 255) = 33.47%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=23.73%
G=33.47%
B=42.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121582020.450.2200.21209.3345.9261.57
Hex709ECA2D16015d12e3e
Octal16023631255260253215676
Binary111000010011110110010101011011011001010111010001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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