#9BAAF1

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

Shades of Perano #9BAAF1

Tints of Perano #9BAAF1

Color information

#9BAAF1 (or 0x9BAAF1) is unknown color: approx Perano. HEX triplet: 9B, AA and F1. RGB value is (155,170,241). Sum of RGB (Red+Green+Blue) = 155+170+241=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BAAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAAF1 is #64550E. Grayscale: #ADADAD. Windows color (decimal): -6575375 or 15837851. OLE color: 15837851.

HSL color Cylindrical-coordinate representation of color #9BAAF1: hue angle of 229.53º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BAAF1 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155170241-
CMYK0.360.2900.05
HSL229.53º75.44%77.65%-
HSV(B)229.53º35.68%94.51%-
XYZ43.7742.0789.03-
YUV173.61166.03114.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.39%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=27.39%
G=30.04%
B=42.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1551702410.360.2900.05229.5375.4477.65
Hex9BAAF1241D05e64b4e
Octal233252361443505346113116
Binary1001101110101010111100011001001110101011110011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,170,241); }

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

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

 a { background-color: rgb(155,170,241); }

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

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

 span { border-color: rgb(155,170,241); }

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