#99AFF9

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

Shades of Perano #99AFF9

Tints of Perano #99AFF9

Color information

#99AFF9 (or 0x99AFF9) is unknown color: approx Perano. HEX triplet: 99, AF and F9. RGB value is (153,175,249). Sum of RGB (Red+Green+Blue) = 153+175+249=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #99AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AFF9 is #665006. Grayscale: #B0B0B0. Windows color (decimal): -6705159 or 16363417. OLE color: 16363417.

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

Color convert

RGB153175249-
CMYK0.390.3000.02
HSL226.25º88.89%78.82%-
HSV(B)226.25º38.55%97.65%-
XYZ45.5744.2795.77-
YUV176.86168.71110.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.52%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 249 (97.66% from 255) = 43.15%
R=26.52%
G=30.33%
B=43.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531752490.390.3000.02226.2588.8978.82
Hex99AFF9271E02e2594f
Octal231257371473602342131117
Binary100110011010111111111001100111111100101110001010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,175,249); }

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

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

 a { background-color: rgb(153,175,249); }

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

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

 span { border-color: rgb(153,175,249); }

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