#9AB5FF

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

Shades of Perano #9AB5FF

Tints of Perano #9AB5FF

Color information

#9AB5FF (or 0x9AB5FF) is unknown color: approx Perano. HEX triplet: 9A, B5 and FF. RGB value is (154,181,255). Sum of RGB (Red+Green+Blue) = 154+181+255=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AB5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB5FF is #654A00. Grayscale: #B5B5B5. Windows color (decimal): -6638081 or 16758170. OLE color: 16758170.

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

Color convert

RGB154181255-
CMYK0.400.2900
HSL223.96º100%80.2%-
HSV(B)223.96º39.61%100%-
XYZ47.947.14101.18-
YUV181.36169.55108.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.10%
GREEN value IS 181 (71.09% from 255) = 30.68%
BLUE value IS 255 (100% from 255) = 43.22%
R=26.10%
G=30.68%
B=43.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1541812550.400.2900223.9610080.2
Hex9AB5FF281D00e06450
Octal232265377503500340144120
Binary10011010101101011111111110100011101001110000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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