#9BB0F9

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

Shades of Perano #9BB0F9

Tints of Perano #9BB0F9

Color information

#9BB0F9 (or 0x9BB0F9) is unknown color: approx Perano. HEX triplet: 9B, B0 and F9. RGB value is (155,176,249). Sum of RGB (Red+Green+Blue) = 155+176+249=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #9BB0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BB0F9 is #644F06. Grayscale: #B1B1B1. Windows color (decimal): -6573831 or 16363675. OLE color: 16363675.

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

Color convert

RGB155176249-
CMYK0.380.2900.02
HSL226.6º88.68%79.22%-
HSV(B)226.6º37.75%97.65%-
XYZ46.1444.8695.85-
YUV178.04168.04111.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.72%
GREEN value IS 176 (69.14% from 255) = 30.34%
BLUE value IS 249 (97.66% from 255) = 42.93%
R=26.72%
G=30.34%
B=42.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551762490.380.2900.02226.688.6879.22
Hex9BB0F9261D02e3594f
Octal233260371463502343131117
Binary100110111011000011111001100110111010101110001110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,176,249); }

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

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

 a { background-color: rgb(155,176,249); }

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

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

 span { border-color: rgb(155,176,249); }

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