#9BB7F3

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

Shades of Perano #9BB7F3

Tints of Perano #9BB7F3

Color information

#9BB7F3 (or 0x9BB7F3) is unknown color: approx Perano. HEX triplet: 9B, B7 and F3. RGB value is (155,183,243). Sum of RGB (Red+Green+Blue) = 155+183+243=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #9BB7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB7F3 is #64480C. Grayscale: #B5B5B5. Windows color (decimal): -6572045 or 15972251. OLE color: 15972251.

HSL color Cylindrical-coordinate representation of color #9BB7F3: hue angle of 220.91º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BB7F3 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155183243-
CMYK0.360.2500.05
HSL220.91º78.57%78.04%-
HSV(B)220.91º36.21%95.29%-
XYZ46.6347.3191.47-
YUV181.47162.72109.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.68%
GREEN value IS 183 (71.88% from 255) = 31.50%
BLUE value IS 243 (95.31% from 255) = 41.82%
R=26.68%
G=31.50%
B=41.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1551832430.360.2500.05220.9178.5778.04
Hex9BB7F3241905dd4f4e
Octal233267363443105335117116
Binary1001101110110111111100111001001100101011101110110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,183,243); }

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

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

 a { background-color: rgb(155,183,243); }

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

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

 span { border-color: rgb(155,183,243); }

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