#9AC8F1

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

Shades of Sail #9AC8F1

Tints of Sail #9AC8F1

Color information

#9AC8F1 (or 0x9AC8F1) is unknown color: approx Sail. HEX triplet: 9A, C8 and F1. RGB value is (154,200,241). Sum of RGB (Red+Green+Blue) = 154+200+241=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #9AC8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC8F1 is #65370E. Grayscale: #BEBEBE. Windows color (decimal): -6633231 or 15845530. OLE color: 15845530.

HSL color Cylindrical-coordinate representation of color #9AC8F1: hue angle of 208.28º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AC8F1 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB154200241-
CMYK0.360.1700.05
HSL208.28º75.65%77.45%-
HSV(B)208.28º36.1%94.51%-
XYZ49.8654.5391.12-
YUV190.92156.26101.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.88%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 241 (94.53% from 255) = 40.50%
R=25.88%
G=33.61%
B=40.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542002410.360.1700.05208.2875.6577.45
Hex9AC8F1241105d04c4d
Octal232310361442105320114115
Binary1001101011001000111100011001001000101011101000010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,200,241); }

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

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

 a { background-color: rgb(154,200,241); }

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

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

 span { border-color: rgb(154,200,241); }

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