#9ACBFB

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

Shades of Sail #9ACBFB

Tints of Sail #9ACBFB

Color information

#9ACBFB (or 0x9ACBFB) is unknown color: approx Sail. HEX triplet: 9A, CB and FB. RGB value is (154,203,251). Sum of RGB (Red+Green+Blue) = 154+203+251=608 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.33% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #9ACBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACBFB is #653404. Grayscale: #C1C1C1. Windows color (decimal): -6632453 or 16501658. OLE color: 16501658.

HSL color Cylindrical-coordinate representation of color #9ACBFB: hue angle of 209.69º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ACBFB is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154203251-
CMYK0.390.1900.02
HSL209.69º92.38%79.41%-
HSV(B)209.69º38.65%98.43%-
XYZ52.0956.5599.44-
YUV193.82160.2799.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.33%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=25.33%
G=33.39%
B=41.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542032510.390.1900.02209.6992.3879.41
Hex9ACBFB271302d25c4f
Octal232313373472302322134117
Binary100110101100101111111011100111100110101101001010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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