#9BB9FF

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

Shades of Perano #9BB9FF

Tints of Perano #9BB9FF

Color information

#9BB9FF (or 0x9BB9FF) is unknown color: approx Perano. HEX triplet: 9B, B9 and FF. RGB value is (155,185,255). Sum of RGB (Red+Green+Blue) = 155+185+255=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BB9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB9FF is #644600. Grayscale: #B7B7B7. Windows color (decimal): -6571521 or 16759195. OLE color: 16759195.

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

Color convert

RGB155185255-
CMYK0.390.2700
HSL222º100%80.39%-
HSV(B)222º39.22%100%-
XYZ48.9248.89101.47-
YUV184.01168.06107.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.05%
GREEN value IS 185 (72.66% from 255) = 31.09%
BLUE value IS 255 (100% from 255) = 42.86%
R=26.05%
G=31.09%
B=42.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1551852550.390.270022210080.39
Hex9BB9FF271B00de6450
Octal233271377473300336144120
Binary10011011101110011111111110011111011001101111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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