#99AFFE

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

Shades of Perano #99AFFE

Tints of Perano #99AFFE

Color information

#99AFFE (or 0x99AFFE) is unknown color: approx Perano. HEX triplet: 99, AF and FE. RGB value is (153,175,254). Sum of RGB (Red+Green+Blue) = 153+175+254=582 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.29% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #99AFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AFFE is #665001. Grayscale: #B1B1B1. Windows color (decimal): -6705154 or 16691097. OLE color: 16691097.

HSL color Cylindrical-coordinate representation of color #99AFFE: hue angle of 226.93º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99AFFE is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153175254-
CMYK0.400.3100.00
HSL226.93º98.06%79.8%-
HSV(B)226.93º39.76%99.61%-
XYZ46.3644.5999.93-
YUV177.43171.21110.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.29%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=26.29%
G=30.07%
B=43.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531752540.400.3100.00226.9398.0679.8
Hex99AFFE281F00e36250
Octal231257376503700343142120
Binary10011001101011111111111010100011111001110001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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