#9ACAFA

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

Shades of Sail #9ACAFA

Tints of Sail #9ACAFA

Color information

#9ACAFA (or 0x9ACAFA) is unknown color: approx Sail. HEX triplet: 9A, CA and FA. RGB value is (154,202,250). Sum of RGB (Red+Green+Blue) = 154+202+250=606 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.41% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #9ACAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACAFA is #653505. Grayscale: #C0C0C0. Windows color (decimal): -6632710 or 16435866. OLE color: 16435866.

HSL color Cylindrical-coordinate representation of color #9ACAFA: hue angle of 210º 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 #9ACAFA is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154202250-
CMYK0.380.1900.02
HSL210º90.57%79.22%-
HSV(B)210º38.4%98.04%-
XYZ51.756.0198.53-
YUV193.12160.1100.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.41%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=25.41%
G=33.33%
B=41.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542022500.380.1900.0221090.5779.22
Hex9ACAFA261302d25b4f
Octal232312372462302322133117
Binary100110101100101011111010100110100110101101001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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