#70A4CB

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

Shades of Picton Blue #70A4CB

Tints of Picton Blue #70A4CB

Color information

#70A4CB (or 0x70A4CB) is unknown color: approx Picton Blue. HEX triplet: 70, A4 and CB. RGB value is (112,164,203). Sum of RGB (Red+Green+Blue) = 112+164+203=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #70A4CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A4CB is #8F5B34. Grayscale: #989898. Windows color (decimal): -9394997 or 13345904. OLE color: 13345904.

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

Color convert

RGB112164203-
CMYK0.450.1900.20
HSL205.71º46.67%61.76%-
HSV(B)205.71º44.83%79.61%-
XYZ30.7434.3161.5-
YUV152.9156.2798.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.38%
GREEN value IS 164 (64.45% from 255) = 34.24%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=23.38%
G=34.24%
B=42.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121642030.450.1900.20205.7146.6761.76
Hex70A4CB2D13014ce2f3e
Octal16024431355230243165776
Binary111000010100100110010111011011001101010011001110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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