#9AC3EC

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

Shades of Sail #9AC3EC

Tints of Sail #9AC3EC

Color information

#9AC3EC (or 0x9AC3EC) is unknown color: approx Sail. HEX triplet: 9A, C3 and EC. RGB value is (154,195,236). Sum of RGB (Red+Green+Blue) = 154+195+236=585 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.32% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #9AC3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC3EC is #653C13. Grayscale: #BBBBBB. Windows color (decimal): -6634516 or 15516570. OLE color: 15516570.

HSL color Cylindrical-coordinate representation of color #9AC3EC: hue angle of 210º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AC3EC is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154195236-
CMYK0.350.1700.07
HSL210º68.33%76.47%-
HSV(B)210º34.75%92.55%-
XYZ47.9851.9686.86-
YUV187.42155.42104.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.32%
GREEN value IS 195 (76.56% from 255) = 33.33%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=26.32%
G=33.33%
B=40.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541952360.350.1700.0721068.3376.47
Hex9AC3EC231107d2444c
Octal232303354432107322104114
Binary1001101011000011111011001000111000101111101001010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,195,236); }

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

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

 a { background-color: rgb(154,195,236); }

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

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

 span { border-color: rgb(154,195,236); }

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