#709BC8

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

Shades of Picton Blue #709BC8

Tints of Picton Blue #709BC8

Color information

#709BC8 (or 0x709BC8) is unknown color: approx Picton Blue. HEX triplet: 70, 9B and C8. RGB value is (112,155,200). Sum of RGB (Red+Green+Blue) = 112+155+200=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #709BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BC8 is #8F6437. Grayscale: #939393. Windows color (decimal): -9397304 or 13146992. OLE color: 13146992.

HSL color Cylindrical-coordinate representation of color #709BC8: hue angle of 210.68º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #709BC8 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB112155200-
CMYK0.440.2200.22
HSL210.68º44.44%61.18%-
HSV(B)210.68º44%78.43%-
XYZ28.8331.0659.12-
YUV147.27157.75102.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.98%
GREEN value IS 155 (60.94% from 255) = 33.19%
BLUE value IS 200 (78.52% from 255) = 42.83%
R=23.98%
G=33.19%
B=42.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121552000.440.2200.22210.6844.4461.18
Hex709BC82C16016d32c3d
Octal16023331054260263235475
Binary111000010011011110010001011001011001011011010011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,155,200); }

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

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

 a { background-color: rgb(112,155,200); }

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

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

 span { border-color: rgb(112,155,200); }

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