#70A3C8

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

Shades of Picton Blue #70A3C8

Tints of Picton Blue #70A3C8

Color information

#70A3C8 (or 0x70A3C8) is unknown color: approx Picton Blue. HEX triplet: 70, A3 and C8. RGB value is (112,163,200). Sum of RGB (Red+Green+Blue) = 112+163+200=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #70A3C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A3C8 is #8F5C37. Grayscale: #979797. Windows color (decimal): -9395256 or 13149040. OLE color: 13149040.

HSL color Cylindrical-coordinate representation of color #70A3C8: hue angle of 205.23º 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 #70A3C8 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB112163200-
CMYK0.440.1800.22
HSL205.23º44.44%61.18%-
HSV(B)205.23º44%78.43%-
XYZ30.233.8159.58-
YUV151.97155.199.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.58%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 200 (78.52% from 255) = 42.11%
R=23.58%
G=34.32%
B=42.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121632000.440.1800.22205.2344.4461.18
Hex70A3C82C12016cd2c3d
Octal16024331054220263155475
Binary111000010100011110010001011001001001011011001101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70A3C8; }

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

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

<style>
 a { background-color: #70A3C8; }

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

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

<style>
 span { border-color: #70A3C8; }

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

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