#99AFEC

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

Shades of Perano #99AFEC

Tints of Perano #99AFEC

Color information

#99AFEC (or 0x99AFEC) is unknown color: approx Perano. HEX triplet: 99, AF and EC. RGB value is (153,175,236). Sum of RGB (Red+Green+Blue) = 153+175+236=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #99AFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AFEC is #665013. Grayscale: #AFAFAF. Windows color (decimal): -6705172 or 15511449. OLE color: 15511449.

HSL color Cylindrical-coordinate representation of color #99AFEC: hue angle of 224.1º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99AFEC is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153175236-
CMYK0.350.2600.07
HSL224.1º68.6%76.27%-
HSV(B)224.1º35.17%92.55%-
XYZ43.6143.4985.45-
YUV175.38162.21112.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.13%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=27.13%
G=31.03%
B=41.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531752360.350.2600.07224.168.676.27
Hex99AFEC231A07e0454c
Octal231257354433207340105114
Binary1001100110101111111011001000111101001111110000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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