#9BB7EA

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

Shades of Perano #9BB7EA

Tints of Perano #9BB7EA

Color information

#9BB7EA (or 0x9BB7EA) is unknown color: approx Perano. HEX triplet: 9B, B7 and EA. RGB value is (155,183,234). Sum of RGB (Red+Green+Blue) = 155+183+234=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BB7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB7EA is #644815. Grayscale: #B4B4B4. Windows color (decimal): -6572054 or 15382427. OLE color: 15382427.

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

Color convert

RGB155183234-
CMYK0.340.2200.08
HSL218.73º65.29%76.27%-
HSV(B)218.73º33.76%91.76%-
XYZ45.346.7884.48-
YUV180.44158.22109.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.10%
GREEN value IS 183 (71.88% from 255) = 31.99%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=27.10%
G=31.99%
B=40.91%

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
Decimal1551832340.340.2200.08218.7365.2976.27
Hex9BB7EA221608db414c
Octal2332673524226010333101114
Binary10011011101101111110101010001010110010001101101110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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