#9BB3EB

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

Shades of Perano #9BB3EB

Tints of Perano #9BB3EB

Color information

#9BB3EB (or 0x9BB3EB) is unknown color: approx Perano. HEX triplet: 9B, B3 and EB. RGB value is (155,179,235). Sum of RGB (Red+Green+Blue) = 155+179+235=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BB3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB3EB is #644C14. Grayscale: #B1B1B1. Windows color (decimal): -6573077 or 15446939. OLE color: 15446939.

HSL color Cylindrical-coordinate representation of color #9BB3EB: hue angle of 222º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BB3EB is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155179235-
CMYK0.340.2400.08
HSL222º66.67%76.47%-
HSV(B)222º34.04%92.16%-
XYZ44.6345.2184.97-
YUV178.21160.05111.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.24%
GREEN value IS 179 (70.31% from 255) = 31.46%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=27.24%
G=31.46%
B=41.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551792350.340.2400.0822266.6776.47
Hex9BB3EB221808de434c
Octal2332633534230010336103114
Binary10011011101100111110101110001011000010001101111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,179,235); }

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

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

 a { background-color: rgb(155,179,235); }

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

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

 span { border-color: rgb(155,179,235); }

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