#9BBFE9

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

Shades of Sail #9BBFE9

Tints of Sail #9BBFE9

Color information

#9BBFE9 (or 0x9BBFE9) is unknown color: approx Sail. HEX triplet: 9B, BF and E9. RGB value is (155,191,233). Sum of RGB (Red+Green+Blue) = 155+191+233=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #9BBFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBFE9 is #644016. Grayscale: #B8B8B8. Windows color (decimal): -6570007 or 15318939. OLE color: 15318939.

HSL color Cylindrical-coordinate representation of color #9BBFE9: hue angle of 212.31º degrees, saturation: 0.64, 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 #9BBFE9 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB155191233-
CMYK0.330.1800.09
HSL212.31º63.93%76.08%-
HSV(B)212.31º33.48%91.37%-
XYZ46.8650.1184.29-
YUV185.02155.07106.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.77%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 233 (91.41% from 255) = 40.24%
R=26.77%
G=32.99%
B=40.24%

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
Decimal1551912330.330.1800.09212.3163.9376.08
Hex9BBFE9211209d4404c
Octal2332773514122011324100114
Binary10011011101111111110100110000110010010011101010010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,233); }

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

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

 a { background-color: rgb(155,191,233); }

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

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

 span { border-color: rgb(155,191,233); }

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