#9AC7FA

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

Shades of Sail #9AC7FA

Tints of Sail #9AC7FA

Color information

#9AC7FA (or 0x9AC7FA) is unknown color: approx Sail. HEX triplet: 9A, C7 and FA. RGB value is (154,199,250). Sum of RGB (Red+Green+Blue) = 154+199+250=603 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.54% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AC7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC7FA is #653805. Grayscale: #BFBFBF. Windows color (decimal): -6633478 or 16435098. OLE color: 16435098.

HSL color Cylindrical-coordinate representation of color #9AC7FA: hue angle of 211.88º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AC7FA is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154199250-
CMYK0.380.2000.02
HSL211.88º90.57%79.22%-
HSV(B)211.88º38.4%98.04%-
XYZ51.0154.6298.3-
YUV191.36161.09101.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.54%
GREEN value IS 199 (78.12% from 255) = 33.00%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=25.54%
G=33.00%
B=41.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541992500.380.2000.02211.8890.5779.22
Hex9AC7FA261402d45b4f
Octal232307372462402324133117
Binary100110101100011111111010100110101000101101010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,199,250); }

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

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

 a { background-color: rgb(154,199,250); }

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

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

 span { border-color: rgb(154,199,250); }

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