#99A5FF

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

Shades of Perano #99A5FF

Tints of Perano #99A5FF

Color information

#99A5FF (or 0x99A5FF) is unknown color: approx Perano. HEX triplet: 99, A5 and FF. RGB value is (153,165,255). Sum of RGB (Red+Green+Blue) = 153+165+255=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #99A5FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A5FF is #665A00. Grayscale: #ABABAB. Windows color (decimal): -6707713 or 16754073. OLE color: 16754073.

HSL color Cylindrical-coordinate representation of color #99A5FF: hue angle of 232.94º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99A5FF is Cyan = 0.4, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB153165255-
CMYK0.40.3500
HSL232.94º100%80%-
HSV(B)232.94º40%100%-
XYZ44.6440.9100.15-
YUV171.67175.02114.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.70%
GREEN value IS 165 (64.84% from 255) = 28.80%
BLUE value IS 255 (100% from 255) = 44.50%
R=26.70%
G=28.80%
B=44.50%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531652550.40.3500232.9410080
Hex99A5FF282300e96450
Octal231245377504300351144120
Binary100110011010010111111111101000100011001110100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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