#99ACFB

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

Shades of Perano #99ACFB

Tints of Perano #99ACFB

Color information

#99ACFB (or 0x99ACFB) is unknown color: approx Perano. HEX triplet: 99, AC and FB. RGB value is (153,172,251). Sum of RGB (Red+Green+Blue) = 153+172+251=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #99ACFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ACFB is #665304. Grayscale: #AEAEAE. Windows color (decimal): -6705925 or 16493721. OLE color: 16493721.

HSL color Cylindrical-coordinate representation of color #99ACFB: hue angle of 228.37º degrees, saturation: 0.92, 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 #99ACFB is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153172251-
CMYK0.390.3100.02
HSL228.37º92.45%79.22%-
HSV(B)228.37º39.04%98.43%-
XYZ45.343.2497.23-
YUV175.32170.71112.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.56%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 251 (98.44% from 255) = 43.58%
R=26.56%
G=29.86%
B=43.58%

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
Decimal1531722510.390.3100.02228.3792.4579.22
Hex99ACFB271F02e45c4f
Octal231254373473702344134117
Binary100110011010110011111011100111111110101110010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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