#9bb5ff

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

Shades of Perano #9BB5FF

Tints of Perano #9BB5FF

Color information

#9BB5FF (or 0x9BB5FF) is unknown color: approx Perano. HEX triplet: 9B, B5 and FF. RGB value is (155,181,255). Sum of RGB (Red+Green+Blue) = 155+181+255=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BB5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB5FF is #644A00. Grayscale: #B5B5B5. Windows color (decimal): -6572545 or 16758171. OLE color: 16758171.

HSL color Cylindrical-coordinate representation of color #9BB5FF: hue angle of 224.4º 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 #9BB5FF is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB155181255-
CMYK0.390.2900
HSL224.4º100%80.39%-
HSV(B)224.4º39.22%100%-
XYZ48.0947.24101.19-
YUV181.66169.39108.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.23%
GREEN value IS 181 (71.09% from 255) = 30.63%
BLUE value IS 255 (100% from 255) = 43.15%
R=26.23%
G=30.63%
B=43.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1551812550.390.2900224.410080.39
Hex9BB5FF271D00e06450
Octal233265377473500340144120
Binary10011011101101011111111110011111101001110000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bb5ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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