#7097CB

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

Shades of Picton Blue #7097CB

Tints of Picton Blue #7097CB

Color information

#7097CB (or 0x7097CB) is unknown color: approx Picton Blue. HEX triplet: 70, 97 and CB. RGB value is (112,151,203). Sum of RGB (Red+Green+Blue) = 112+151+203=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #7097CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7097CB is #8F6834. Grayscale: #919191. Windows color (decimal): -9398325 or 13342576. OLE color: 13342576.

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

Color convert

RGB112151203-
CMYK0.450.2600.20
HSL214.29º46.67%61.76%-
HSV(B)214.29º44.83%79.61%-
XYZ28.5329.8960.77-
YUV145.27160.58104.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.03%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 203 (79.69% from 255) = 43.56%
R=24.03%
G=32.40%
B=43.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121512030.450.2600.20214.2946.6761.76
Hex7097CB2D1A014d62f3e
Octal16022731355320243265776
Binary111000010010111110010111011011101001010011010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7097CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7097CB; }

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

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

<style>
 a { background-color: #7097CB; }

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

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

<style>
 span { border-color: #7097CB; }

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

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