#9AB4F0

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

Shades of Perano #9AB4F0

Tints of Perano #9AB4F0

Color information

#9AB4F0 (or 0x9AB4F0) is unknown color: approx Perano. HEX triplet: 9A, B4 and F0. RGB value is (154,180,240). Sum of RGB (Red+Green+Blue) = 154+180+240=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #9AB4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB4F0 is #654B0F. Grayscale: #B2B2B2. Windows color (decimal): -6638352 or 15774874. OLE color: 15774874.

HSL color Cylindrical-coordinate representation of color #9AB4F0: hue angle of 221.86º degrees, saturation: 0.74, 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 #9AB4F0 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154180240-
CMYK0.360.2500.06
HSL221.86º74.14%77.25%-
HSV(B)221.86º35.83%94.12%-
XYZ45.3845.888.89-
YUV179.07162.39110.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.83%
GREEN value IS 180 (70.70% from 255) = 31.36%
BLUE value IS 240 (94.14% from 255) = 41.81%
R=26.83%
G=31.36%
B=41.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1541802400.360.2500.06221.8674.1477.25
Hex9AB4F0241906de4a4d
Octal232264360443106336112115
Binary1001101010110100111100001001001100101101101111010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,180,240); }

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

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

 a { background-color: rgb(154,180,240); }

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

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

 span { border-color: rgb(154,180,240); }

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