#99A5FD

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

Shades of Perano #99A5FD

Tints of Perano #99A5FD

Color information

#99A5FD (or 0x99A5FD) is unknown color: approx Perano. HEX triplet: 99, A5 and FD. RGB value is (153,165,253). Sum of RGB (Red+Green+Blue) = 153+165+253=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #99A5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A5FD is #665A02. Grayscale: #ABABAB. Windows color (decimal): -6707715 or 16623001. OLE color: 16623001.

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

Color convert

RGB153165253-
CMYK0.400.3500.01
HSL232.8º96.15%79.61%-
HSV(B)232.8º39.53%99.22%-
XYZ44.3240.7798.46-
YUV171.44174.02114.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.80%
GREEN value IS 165 (64.84% from 255) = 28.90%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=26.80%
G=28.90%
B=44.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531652530.400.3500.01232.896.1579.61
Hex99A5FD282301e96050
Octal231245375504301351140120
Binary100110011010010111111101101000100011011110100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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