#9BB6EB

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

Shades of Perano #9BB6EB

Tints of Perano #9BB6EB

Color information

#9BB6EB (or 0x9BB6EB) is unknown color: approx Perano. HEX triplet: 9B, B6 and EB. RGB value is (155,182,235). Sum of RGB (Red+Green+Blue) = 155+182+235=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BB6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB6EB is #644914. Grayscale: #B3B3B3. Windows color (decimal): -6572309 or 15447707. OLE color: 15447707.

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

Color convert

RGB155182235-
CMYK0.340.2300.08
HSL219.75º66.67%76.47%-
HSV(B)219.75º34.04%92.16%-
XYZ45.2446.4285.17-
YUV179.97159.05110.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.10%
GREEN value IS 182 (71.48% from 255) = 31.82%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=27.10%
G=31.82%
B=41.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551822350.340.2300.08219.7566.6776.47
Hex9BB6EB221708dc434c
Octal2332663534227010334103114
Binary10011011101101101110101110001010111010001101110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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