#9BBFEB

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

Shades of Sail #9BBFEB

Tints of Sail #9BBFEB

Color information

#9BBFEB (or 0x9BBFEB) is unknown color: approx Sail. HEX triplet: 9B, BF and EB. RGB value is (155,191,235). Sum of RGB (Red+Green+Blue) = 155+191+235=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BBFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBFEB is #644014. Grayscale: #B9B9B9. Windows color (decimal): -6570005 or 15450011. OLE color: 15450011.

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

Color convert

RGB155191235-
CMYK0.340.1900.08
HSL213º66.67%76.47%-
HSV(B)213º34.04%92.16%-
XYZ47.1450.2385.81-
YUV185.25156.07106.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.68%
GREEN value IS 191 (75% from 255) = 32.87%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=26.68%
G=32.87%
B=40.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551912350.340.1900.0821366.6776.47
Hex9BBFEB221308d5434c
Octal2332773534223010325103114
Binary10011011101111111110101110001010011010001101010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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