#99A6DC

Color #99A6DC Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #99A6DC

Tints of Portage #99A6DC

Color information

#99A6DC (or 0x99A6DC) is unknown color: approx Portage. HEX triplet: 99, A6 and DC. RGB value is (153,166,220). Sum of RGB (Red+Green+Blue) = 153+166+220=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #99A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A6DC is #665923. Grayscale: #A8A8A8. Windows color (decimal): -6707492 or 14460569. OLE color: 14460569.

HSL color Cylindrical-coordinate representation of color #99A6DC: hue angle of 228.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99A6DC is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153166220-
CMYK0.300.2500.14
HSL228.36º48.91%73.14%-
HSV(B)228.36º30.45%86.27%-
XYZ39.6939.2173.19-
YUV168.27157.19117.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.39%
GREEN value IS 166 (65.23% from 255) = 30.80%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=28.39%
G=30.80%
B=40.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531662200.300.2500.14228.3648.9173.14
Hex99A6DC1E190Ee43149
Octal231246334363101634461111
Binary100110011010011011011100111101100101110111001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A6DC; }

 p { color: rgb(153,166,220); }

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

<style>
 a { background-color: #99A6DC; }

 a { background-color: rgb(153,166,220); }

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

<style>
 span { border-color: #99A6DC; }

 span { border-color: rgb(153,166,220); }

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