#99AFEF

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

Shades of Perano #99AFEF

Tints of Perano #99AFEF

Color information

#99AFEF (or 0x99AFEF) is unknown color: approx Perano. HEX triplet: 99, AF and EF. RGB value is (153,175,239). Sum of RGB (Red+Green+Blue) = 153+175+239=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #99AFEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AFEF is #665010. Grayscale: #AFAFAF. Windows color (decimal): -6705169 or 15708057. OLE color: 15708057.

HSL color Cylindrical-coordinate representation of color #99AFEF: hue angle of 224.65º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99AFEF is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153175239-
CMYK0.360.2700.06
HSL224.65º72.88%76.86%-
HSV(B)224.65º35.98%93.73%-
XYZ44.0543.6687.77-
YUV175.72163.71111.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.98%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 239 (93.75% from 255) = 42.15%
R=26.98%
G=30.86%
B=42.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531752390.360.2700.06224.6572.8876.86
Hex99AFEF241B06e1494d
Octal231257357443306341111115
Binary1001100110101111111011111001001101101101110000110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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