#9AC3EB

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

Shades of Sail #9AC3EB

Tints of Sail #9AC3EB

Color information

#9AC3EB (or 0x9AC3EB) is unknown color: approx Sail. HEX triplet: 9A, C3 and EB. RGB value is (154,195,235). Sum of RGB (Red+Green+Blue) = 154+195+235=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AC3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC3EB is #653C14. Grayscale: #BBBBBB. Windows color (decimal): -6634517 or 15451034. OLE color: 15451034.

HSL color Cylindrical-coordinate representation of color #9AC3EB: hue angle of 209.63º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AC3EB is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154195235-
CMYK0.340.1700.08
HSL209.63º66.94%76.27%-
HSV(B)209.63º34.47%92.16%-
XYZ47.8451.986.09-
YUV187.3154.92104.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.37%
GREEN value IS 195 (76.56% from 255) = 33.39%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=26.37%
G=33.39%
B=40.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541952350.340.1700.08209.6366.9476.27
Hex9AC3EB221108d2434c
Octal2323033534221010322103114
Binary10011010110000111110101110001010001010001101001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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