#9BB9EB

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

Shades of Perano #9BB9EB

Tints of Perano #9BB9EB

Color information

#9BB9EB (or 0x9BB9EB) is unknown color: approx Perano. HEX triplet: 9B, B9 and EB. RGB value is (155,185,235). Sum of RGB (Red+Green+Blue) = 155+185+235=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BB9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB9EB is #644614. Grayscale: #B5B5B5. Windows color (decimal): -6571541 or 15448475. OLE color: 15448475.

HSL color Cylindrical-coordinate representation of color #9BB9EB: hue angle of 217.5º 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 #9BB9EB is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155185235-
CMYK0.340.2100.08
HSL217.5º66.67%76.47%-
HSV(B)217.5º34.04%92.16%-
XYZ45.8647.6685.38-
YUV181.73158.06108.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.96%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=26.96%
G=32.17%
B=40.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551852350.340.2100.08217.566.6776.47
Hex9BB9EB221508da434c
Octal2332713534225010332103114
Binary10011011101110011110101110001010101010001101101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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