#9AC0F0

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

Shades of Sail #9AC0F0

Tints of Sail #9AC0F0

Color information

#9AC0F0 (or 0x9AC0F0) is unknown color: approx Sail. HEX triplet: 9A, C0 and F0. RGB value is (154,192,240). Sum of RGB (Red+Green+Blue) = 154+192+240=586 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.28% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #9AC0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC0F0 is #653F0F. Grayscale: #B9B9B9. Windows color (decimal): -6635280 or 15777946. OLE color: 15777946.

HSL color Cylindrical-coordinate representation of color #9AC0F0: hue angle of 213.49º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AC0F0 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154192240-
CMYK0.360.2000.06
HSL213.49º74.14%77.25%-
HSV(B)213.49º35.83%94.12%-
XYZ47.950.8689.73-
YUV186.11158.41105.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.28%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 240 (94.14% from 255) = 40.96%
R=26.28%
G=32.76%
B=40.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1541922400.360.2000.06213.4974.1477.25
Hex9AC0F0241406d54a4d
Octal232300360442406325112115
Binary1001101011000000111100001001001010001101101010110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,192,240); }

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

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

 a { background-color: rgb(154,192,240); }

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

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

 span { border-color: rgb(154,192,240); }

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