#9ACBFA

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

Shades of Sail #9ACBFA

Tints of Sail #9ACBFA

Color information

#9ACBFA (or 0x9ACBFA) is unknown color: approx Sail. HEX triplet: 9A, CB and FA. RGB value is (154,203,250). Sum of RGB (Red+Green+Blue) = 154+203+250=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #9ACBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACBFA is #653405. Grayscale: #C1C1C1. Windows color (decimal): -6632454 or 16436122. OLE color: 16436122.

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

Color convert

RGB154203250-
CMYK0.380.1900.02
HSL209.38º90.57%79.22%-
HSV(B)209.38º38.4%98.04%-
XYZ51.9456.4898.61-
YUV193.71159.7799.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.37%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=25.37%
G=33.44%
B=41.19%

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
Decimal1542032500.380.1900.02209.3890.5779.22
Hex9ACBFA261302d15b4f
Octal232313372462302321133117
Binary100110101100101111111010100110100110101101000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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