#9AB1FF

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

Shades of Perano #9AB1FF

Tints of Perano #9AB1FF

Color information

#9AB1FF (or 0x9AB1FF) is unknown color: approx Perano. HEX triplet: 9A, B1 and FF. RGB value is (154,177,255). Sum of RGB (Red+Green+Blue) = 154+177+255=586 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.28% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AB1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AB1FF is #654E00. Grayscale: #B2B2B2. Windows color (decimal): -6639105 or 16757146. OLE color: 16757146.

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

Color convert

RGB154177255-
CMYK0.400.3100
HSL226.34º100%80.2%-
HSV(B)226.34º39.61%100%-
XYZ47.145.53100.91-
YUV179.02170.88110.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.28%
GREEN value IS 177 (69.53% from 255) = 30.20%
BLUE value IS 255 (100% from 255) = 43.52%
R=26.28%
G=30.20%
B=43.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1541772550.400.3100226.3410080.2
Hex9AB1FF281F00e26450
Octal232261377503700342144120
Binary10011010101100011111111110100011111001110001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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