#9AB8FB

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

Shades of Perano #9AB8FB

Tints of Perano #9AB8FB

Color information

#9AB8FB (or 0x9AB8FB) is unknown color: approx Perano. HEX triplet: 9A, B8 and FB. RGB value is (154,184,251). Sum of RGB (Red+Green+Blue) = 154+184+251=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AB8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB8FB is #654704. Grayscale: #B6B6B6. Windows color (decimal): -6637317 or 16496794. OLE color: 16496794.

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

Color convert

RGB154184251-
CMYK0.390.2700.02
HSL221.44º92.38%79.41%-
HSV(B)221.44º38.65%98.43%-
XYZ47.8848.1298.03-
YUV182.67166.56107.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.15%
GREEN value IS 184 (72.27% from 255) = 31.24%
BLUE value IS 251 (98.44% from 255) = 42.61%
R=26.15%
G=31.24%
B=42.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541842510.390.2700.02221.4492.3879.41
Hex9AB8FB271B02dd5c4f
Octal232270373473302335134117
Binary100110101011100011111011100111110110101101110110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,184,251); }

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

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

 a { background-color: rgb(154,184,251); }

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

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

 span { border-color: rgb(154,184,251); }

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