#9BBAED

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

Shades of Perano #9BBAED

Tints of Perano #9BBAED

Color information

#9BBAED (or 0x9BBAED) is unknown color: approx Perano. HEX triplet: 9B, BA and ED. RGB value is (155,186,237). Sum of RGB (Red+Green+Blue) = 155+186+237=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBAED is #644512. Grayscale: #B6B6B6. Windows color (decimal): -6571283 or 15579803. OLE color: 15579803.

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

Color convert

RGB155186237-
CMYK0.350.2200.07
HSL217.32º69.49%76.86%-
HSV(B)217.32º34.6%92.94%-
XYZ46.3648.286.98-
YUV182.54158.73108.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.82%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=26.82%
G=32.18%
B=41.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551862370.350.2200.07217.3269.4976.86
Hex9BBAED231607d9454d
Octal233272355432607331105115
Binary1001101110111010111011011000111011001111101100110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,186,237); }

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

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

 a { background-color: rgb(155,186,237); }

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

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

 span { border-color: rgb(155,186,237); }

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