#99AFFD

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

Shades of Perano #99AFFD

Tints of Perano #99AFFD

Color information

#99AFFD (or 0x99AFFD) is unknown color: approx Perano. HEX triplet: 99, AF and FD. RGB value is (153,175,253). Sum of RGB (Red+Green+Blue) = 153+175+253=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #99AFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AFFD is #665002. Grayscale: #B0B0B0. Windows color (decimal): -6705155 or 16625561. OLE color: 16625561.

HSL color Cylindrical-coordinate representation of color #99AFFD: hue angle of 226.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 #99AFFD is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153175253-
CMYK0.400.3100.01
HSL226.8º96.15%79.61%-
HSV(B)226.8º39.53%99.22%-
XYZ46.244.5299.09-
YUV177.31170.71110.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.33%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=26.33%
G=30.12%
B=43.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531752530.400.3100.01226.896.1579.61
Hex99AFFD281F01e36050
Octal231257375503701343140120
Binary10011001101011111111110110100011111011110001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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