#9AABFB

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

Shades of Perano #9AABFB

Tints of Perano #9AABFB

Color information

#9AABFB (or 0x9AABFB) is unknown color: approx Perano. HEX triplet: 9A, AB and FB. RGB value is (154,171,251). Sum of RGB (Red+Green+Blue) = 154+171+251=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AABFB is #655404. Grayscale: #AEAEAE. Windows color (decimal): -6640645 or 16493466. OLE color: 16493466.

HSL color Cylindrical-coordinate representation of color #9AABFB: hue angle of 229.48º 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 #9AABFB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154171251-
CMYK0.390.3200.02
HSL229.48º92.38%79.41%-
HSV(B)229.48º38.65%98.43%-
XYZ45.342.9697.17-
YUV175.04170.87113-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.74%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 251 (98.44% from 255) = 43.58%
R=26.74%
G=29.69%
B=43.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541712510.390.3200.02229.4892.3879.41
Hex9AABFB272002e55c4f
Octal232253373474002345134117
Binary1001101010101011111110111001111000000101110010110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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