#99ABFF

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

Shades of Perano #99ABFF

Tints of Perano #99ABFF

Color information

#99ABFF (or 0x99ABFF) is unknown color: approx Perano. HEX triplet: 99, AB and FF. RGB value is (153,171,255). Sum of RGB (Red+Green+Blue) = 153+171+255=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #99ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ABFF is #665400. Grayscale: #AEAEAE. Windows color (decimal): -6706177 or 16755609. OLE color: 16755609.

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

Color convert

RGB153171255-
CMYK0.40.3300
HSL229.41º100%80%-
HSV(B)229.41º40%100%-
XYZ45.7543.12100.52-
YUV175.19173.04112.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.42%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 255 (100% from 255) = 44.04%
R=26.42%
G=29.53%
B=44.04%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531712550.40.3300229.4110080
Hex99ABFF282100e56450
Octal231253377504100345144120
Binary100110011010101111111111101000100001001110010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,171,255); }

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

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

 a { background-color: rgb(153,171,255); }

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

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

 span { border-color: rgb(153,171,255); }

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