#9AB3F9

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

Shades of Perano #9AB3F9

Tints of Perano #9AB3F9

Color information

#9AB3F9 (or 0x9AB3F9) is unknown color: approx Perano. HEX triplet: 9A, B3 and F9. RGB value is (154,179,249). Sum of RGB (Red+Green+Blue) = 154+179+249=582 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.46% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #9AB3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB3F9 is #654C06. Grayscale: #B3B3B3. Windows color (decimal): -6638599 or 16364442. OLE color: 16364442.

HSL color Cylindrical-coordinate representation of color #9AB3F9: hue angle of 224.21º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AB3F9 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154179249-
CMYK0.380.2800.02
HSL224.21º88.79%79.02%-
HSV(B)224.21º38.15%97.65%-
XYZ46.5545.9596.04-
YUV179.5167.22109.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.46%
GREEN value IS 179 (70.31% from 255) = 30.76%
BLUE value IS 249 (97.66% from 255) = 42.78%
R=26.46%
G=30.76%
B=42.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541792490.380.2800.02224.2188.7979.02
Hex9AB3F9261C02e0594f
Octal232263371463402340131117
Binary100110101011001111111001100110111000101110000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,179,249); }

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

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

 a { background-color: rgb(154,179,249); }

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

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

 span { border-color: rgb(154,179,249); }

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