#9BAAF9

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

Shades of Perano #9BAAF9

Tints of Perano #9BAAF9

Color information

#9BAAF9 (or 0x9BAAF9) is unknown color: approx Perano. HEX triplet: 9B, AA and F9. RGB value is (155,170,249). Sum of RGB (Red+Green+Blue) = 155+170+249=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #9BAAF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAAF9 is #645506. Grayscale: #AEAEAE. Windows color (decimal): -6575367 or 16362139. OLE color: 16362139.

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

Color convert

RGB155170249-
CMYK0.380.3200.02
HSL230.43º88.68%79.22%-
HSV(B)230.43º37.75%97.65%-
XYZ44.9942.5695.47-
YUV174.52170.03114.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.00%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 249 (97.66% from 255) = 43.38%
R=27.00%
G=29.62%
B=43.38%

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
Decimal1551702490.380.3200.02230.4388.6879.22
Hex9BAAF9262002e6594f
Octal233252371464002346131117
Binary1001101110101010111110011001101000000101110011010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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