#9BB6EA

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

Shades of Perano #9BB6EA

Tints of Perano #9BB6EA

Color information

#9BB6EA (or 0x9BB6EA) is unknown color: approx Perano. HEX triplet: 9B, B6 and EA. RGB value is (155,182,234). Sum of RGB (Red+Green+Blue) = 155+182+234=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BB6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB6EA is #644915. Grayscale: #B3B3B3. Windows color (decimal): -6572310 or 15382171. OLE color: 15382171.

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

Color convert

RGB155182234-
CMYK0.340.2200.08
HSL219.49º65.29%76.27%-
HSV(B)219.49º33.76%91.76%-
XYZ45.146.3684.41-
YUV179.85158.55110.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.15%
GREEN value IS 182 (71.48% from 255) = 31.87%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=27.15%
G=31.87%
B=40.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551822340.340.2200.08219.4965.2976.27
Hex9BB6EA221608db414c
Octal2332663524226010333101114
Binary10011011101101101110101010001010110010001101101110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,182,234); }

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

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

 a { background-color: rgb(155,182,234); }

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

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

 span { border-color: rgb(155,182,234); }

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