#9BAAFA

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

Shades of Perano #9BAAFA

Tints of Perano #9BAAFA

Color information

#9BAAFA (or 0x9BAAFA) is unknown color: approx Perano. HEX triplet: 9B, AA and FA. RGB value is (155,170,250). Sum of RGB (Red+Green+Blue) = 155+170+250=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BAAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAAFA is #645505. Grayscale: #AEAEAE. Windows color (decimal): -6575366 or 16427675. OLE color: 16427675.

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

Color convert

RGB155170250-
CMYK0.380.3200.02
HSL230.53º90.48%79.41%-
HSV(B)230.53º38%98.04%-
XYZ45.1542.6296.29-
YUV174.64170.53114-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.96%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=26.96%
G=29.57%
B=43.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551702500.380.3200.02230.5390.4879.41
Hex9BAAFA262002e75a4f
Octal233252372464002347132117
Binary1001101110101010111110101001101000000101110011110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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