#7099CE

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

Shades of Picton Blue #7099CE

Tints of Picton Blue #7099CE

Color information

#7099CE (or 0x7099CE) is unknown color: approx Picton Blue. HEX triplet: 70, 99 and CE. RGB value is (112,153,206). Sum of RGB (Red+Green+Blue) = 112+153+206=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #7099CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7099CE is #8F6631. Grayscale: #929292. Windows color (decimal): -9397810 or 13539696. OLE color: 13539696.

HSL color Cylindrical-coordinate representation of color #7099CE: hue angle of 213.83º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7099CE is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112153206-
CMYK0.460.2600.19
HSL213.83º48.96%62.35%-
HSV(B)213.83º45.63%80.78%-
XYZ29.2130.6862.78-
YUV146.78161.42103.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.78%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=23.78%
G=32.48%
B=43.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121532060.460.2600.19213.8348.9662.35
Hex7099CE2E1A013d6313e
Octal16023131656320233266176
Binary111000010011001110011101011101101001001111010110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7099CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7099CE; }

 p { color: rgb(112,153,206); }

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

<style>
 a { background-color: #7099CE; }

 a { background-color: rgb(112,153,206); }

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

<style>
 span { border-color: #7099CE; }

 span { border-color: rgb(112,153,206); }

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