#99A5EB

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

Shades of Portage #99A5EB

Tints of Portage #99A5EB

Color information

#99A5EB (or 0x99A5EB) is unknown color: approx Portage. HEX triplet: 99, A5 and EB. RGB value is (153,165,235). Sum of RGB (Red+Green+Blue) = 153+165+235=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #99A5EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A5EB is #665A14. Grayscale: #A9A9A9. Windows color (decimal): -6707733 or 15443353. OLE color: 15443353.

HSL color Cylindrical-coordinate representation of color #99A5EB: hue angle of 231.22º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99A5EB is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153165235-
CMYK0.350.3000.08
HSL231.22º67.21%76.08%-
HSV(B)231.22º34.89%92.16%-
XYZ41.5939.6884.06-
YUV169.39165.02116.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.67%
GREEN value IS 165 (64.84% from 255) = 29.84%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=27.67%
G=29.84%
B=42.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531652350.350.3000.08231.2267.2176.08
Hex99A5EB231E08e7434c
Octal2312453534336010347103114
Binary10011001101001011110101110001111110010001110011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,165,235); }

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

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

 a { background-color: rgb(153,165,235); }

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

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

 span { border-color: rgb(153,165,235); }

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