#9AABFF

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

Shades of Perano #9AABFF

Tints of Perano #9AABFF

Color information

#9AABFF (or 0x9AABFF) is unknown color: approx Perano. HEX triplet: 9A, AB and FF. RGB value is (154,171,255). Sum of RGB (Red+Green+Blue) = 154+171+255=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AABFF is #655400. Grayscale: #AFAFAF. Windows color (decimal): -6640641 or 16755610. OLE color: 16755610.

HSL color Cylindrical-coordinate representation of color #9AABFF: hue angle of 229.9º 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 #9AABFF is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154171255-
CMYK0.400.3300
HSL229.9º100%80.2%-
HSV(B)229.9º39.61%100%-
XYZ45.9443.22100.53-
YUV175.49172.87112.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.55%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 255 (100% from 255) = 43.97%
R=26.55%
G=29.48%
B=43.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1541712550.400.3300229.910080.2
Hex9AABFF282100e66450
Octal232253377504100346144120
Binary100110101010101111111111101000100001001110011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AABFF; }

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

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

<style>
 a { background-color: #9AABFF; }

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

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

<style>
 span { border-color: #9AABFF; }

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

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