#9BB5FC

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

Shades of Perano #9BB5FC

Tints of Perano #9BB5FC

Color information

#9BB5FC (or 0x9BB5FC) is unknown color: approx Perano. HEX triplet: 9B, B5 and FC. RGB value is (155,181,252). Sum of RGB (Red+Green+Blue) = 155+181+252=588 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.36% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BB5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB5FC is #644A03. Grayscale: #B5B5B5. Windows color (decimal): -6572548 or 16561563. OLE color: 16561563.

HSL color Cylindrical-coordinate representation of color #9BB5FC: hue angle of 223.92º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BB5FC is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155181252-
CMYK0.380.2800.01
HSL223.92º94.17%79.8%-
HSV(B)223.92º38.49%98.82%-
XYZ47.6147.0498.67-
YUV181.32167.89109.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.36%
GREEN value IS 181 (71.09% from 255) = 30.78%
BLUE value IS 252 (98.83% from 255) = 42.86%
R=26.36%
G=30.78%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551812520.380.2800.01223.9294.1779.8
Hex9BB5FC261C01e05e50
Octal233265374463401340136120
Binary10011011101101011111110010011011100011110000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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