#9BB5FA

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

Shades of Perano #9BB5FA

Tints of Perano #9BB5FA

Color information

#9BB5FA (or 0x9BB5FA) is unknown color: approx Perano. HEX triplet: 9B, B5 and FA. RGB value is (155,181,250). Sum of RGB (Red+Green+Blue) = 155+181+250=586 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.45% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BB5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB5FA is #644A05. Grayscale: #B4B4B4. Windows color (decimal): -6572550 or 16430491. OLE color: 16430491.

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

Color convert

RGB155181250-
CMYK0.380.2800.02
HSL223.58º90.48%79.41%-
HSV(B)223.58º38%98.04%-
XYZ47.346.9297.01-
YUV181.09166.89109.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.45%
GREEN value IS 181 (71.09% from 255) = 30.89%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=26.45%
G=30.89%
B=42.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551812500.380.2800.02223.5890.4879.41
Hex9BB5FA261C02e05a4f
Octal233265372463402340132117
Binary100110111011010111111010100110111000101110000010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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