#9BAAFF

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

Shades of Perano #9BAAFF

Tints of Perano #9BAAFF

Color information

#9BAAFF (or 0x9BAAFF) is unknown color: approx Perano. HEX triplet: 9B, AA and FF. RGB value is (155,170,255). Sum of RGB (Red+Green+Blue) = 155+170+255=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BAAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAAFF is #645500. Grayscale: #AEAEAE. Windows color (decimal): -6575361 or 16755355. OLE color: 16755355.

HSL color Cylindrical-coordinate representation of color #9BAAFF: hue angle of 231º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BAAFF is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB155170255-
CMYK0.390.3300
HSL231º100%80.39%-
HSV(B)231º39.22%100%-
XYZ45.9442.94100.47-
YUV175.2173.03113.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.72%
GREEN value IS 170 (66.80% from 255) = 29.31%
BLUE value IS 255 (100% from 255) = 43.97%
R=26.72%
G=29.31%
B=43.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1551702550.390.330023110080.39
Hex9BAAFF272100e76450
Octal233252377474100347144120
Binary100110111010101011111111100111100001001110011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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