#9BBBEF

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

Shades of Perano #9BBBEF

Tints of Perano #9BBBEF

Color information

#9BBBEF (or 0x9BBBEF) is unknown color: approx Perano. HEX triplet: 9B, BB and EF. RGB value is (155,187,239). Sum of RGB (Red+Green+Blue) = 155+187+239=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BBBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBBEF is #644410. Grayscale: #B7B7B7. Windows color (decimal): -6571025 or 15711131. OLE color: 15711131.

HSL color Cylindrical-coordinate representation of color #9BBBEF: hue angle of 217.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BBBEF is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155187239-
CMYK0.350.2200.06
HSL217.14º72.41%77.25%-
HSV(B)217.14º35.15%93.73%-
XYZ46.8748.7488.6-
YUV183.36159.4107.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.68%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 239 (93.75% from 255) = 41.14%
R=26.68%
G=32.19%
B=41.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1551872390.350.2200.06217.1472.4177.25
Hex9BBBEF231606d9484d
Octal233273357432606331110115
Binary1001101110111011111011111000111011001101101100110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,187,239); }

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

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

 a { background-color: rgb(155,187,239); }

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

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

 span { border-color: rgb(155,187,239); }

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