#9ACBF1

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

Shades of Sail #9ACBF1

Tints of Sail #9ACBF1

Color information

#9ACBF1 (or 0x9ACBF1) is unknown color: approx Sail. HEX triplet: 9A, CB and F1. RGB value is (154,203,241). Sum of RGB (Red+Green+Blue) = 154+203+241=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #9ACBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACBF1 is #65340E. Grayscale: #C0C0C0. Windows color (decimal): -6632463 or 15846298. OLE color: 15846298.

HSL color Cylindrical-coordinate representation of color #9ACBF1: hue angle of 206.21º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ACBF1 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB154203241-
CMYK0.360.1600.05
HSL206.21º75.65%77.45%-
HSV(B)206.21º36.1%94.51%-
XYZ50.5655.9391.35-
YUV192.68155.27100.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.75%
GREEN value IS 203 (79.69% from 255) = 33.95%
BLUE value IS 241 (94.53% from 255) = 40.30%
R=25.75%
G=33.95%
B=40.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542032410.360.1600.05206.2175.6577.45
Hex9ACBF1241005ce4c4d
Octal232313361442005316114115
Binary1001101011001011111100011001001000001011100111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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