#99ACFA

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

Shades of Perano #99ACFA

Tints of Perano #99ACFA

Color information

#99ACFA (or 0x99ACFA) is unknown color: approx Perano. HEX triplet: 99, AC and FA. RGB value is (153,172,250). Sum of RGB (Red+Green+Blue) = 153+172+250=575 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.61% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #99ACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ACFA is #665305. Grayscale: #AEAEAE. Windows color (decimal): -6705926 or 16428185. OLE color: 16428185.

HSL color Cylindrical-coordinate representation of color #99ACFA: hue angle of 228.25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99ACFA is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153172250-
CMYK0.390.3100.02
HSL228.25º90.65%79.02%-
HSV(B)228.25º38.8%98.04%-
XYZ45.1443.1896.4-
YUV175.21170.21112.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.61%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=26.61%
G=29.91%
B=43.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531722500.390.3100.02228.2590.6579.02
Hex99ACFA271F02e45b4f
Octal231254372473702344133117
Binary100110011010110011111010100111111110101110010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,172,250); }

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

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

 a { background-color: rgb(153,172,250); }

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

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

 span { border-color: rgb(153,172,250); }

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