#9BC5F6

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

Shades of Sail #9BC5F6

Tints of Sail #9BC5F6

Color information

#9BC5F6 (or 0x9BC5F6) is unknown color: approx Sail. HEX triplet: 9B, C5 and F6. RGB value is (155,197,246). Sum of RGB (Red+Green+Blue) = 155+197+246=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #9BC5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC5F6 is #643A09. Grayscale: #BDBDBD. Windows color (decimal): -6568458 or 16172443. OLE color: 16172443.

HSL color Cylindrical-coordinate representation of color #9BC5F6: hue angle of 212.31º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BC5F6 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB155197246-
CMYK0.370.2000.04
HSL212.31º83.49%78.63%-
HSV(B)212.31º36.99%96.47%-
XYZ50.1253.5594.88-
YUV190.03159.59103.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.92%
GREEN value IS 197 (77.34% from 255) = 32.94%
BLUE value IS 246 (96.48% from 255) = 41.14%
R=25.92%
G=32.94%
B=41.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1551972460.370.2000.04212.3183.4978.63
Hex9BC5F6251404d4534f
Octal233305366452404324123117
Binary1001101111000101111101101001011010001001101010010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,197,246); }

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

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

 a { background-color: rgb(155,197,246); }

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

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

 span { border-color: rgb(155,197,246); }

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