#9BBEE8

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

Shades of Sail #9BBEE8

Tints of Sail #9BBEE8

Color information

#9BBEE8 (or 0x9BBEE8) is unknown color: approx Sail. HEX triplet: 9B, BE and E8. RGB value is (155,190,232). Sum of RGB (Red+Green+Blue) = 155+190+232=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #9BBEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBEE8 is #644117. Grayscale: #B8B8B8. Windows color (decimal): -6570264 or 15253147. OLE color: 15253147.

HSL color Cylindrical-coordinate representation of color #9BBEE8: hue angle of 212.73º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BBEE8 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB155190232-
CMYK0.330.1800.09
HSL212.73º62.6%75.88%-
HSV(B)212.73º33.19%90.98%-
XYZ46.549.6283.47-
YUV184.32154.9107.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.86%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 232 (91.02% from 255) = 40.21%
R=26.86%
G=32.93%
B=40.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1551902320.330.1800.09212.7362.675.88
Hex9BBEE8211209d53f4c
Octal233276350412201132577114
Binary1001101110111110111010001000011001001001110101011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,190,232); }

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

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

 a { background-color: rgb(155,190,232); }

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

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

 span { border-color: rgb(155,190,232); }

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