#9ACAF1

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

Shades of Sail #9ACAF1

Tints of Sail #9ACAF1

Color information

#9ACAF1 (or 0x9ACAF1) is unknown color: approx Sail. HEX triplet: 9A, CA and F1. RGB value is (154,202,241). Sum of RGB (Red+Green+Blue) = 154+202+241=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #9ACAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACAF1 is #65350E. Grayscale: #BFBFBF. Windows color (decimal): -6632719 or 15846042. OLE color: 15846042.

HSL color Cylindrical-coordinate representation of color #9ACAF1: hue angle of 206.9º 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 #9ACAF1 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB154202241-
CMYK0.360.1600.05
HSL206.9º75.65%77.45%-
HSV(B)206.9º36.1%94.51%-
XYZ50.3255.4691.27-
YUV192.09155.6100.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.80%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 241 (94.53% from 255) = 40.37%
R=25.80%
G=33.84%
B=40.37%

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
Decimal1542022410.360.1600.05206.975.6577.45
Hex9ACAF1241005cf4c4d
Octal232312361442005317114115
Binary1001101011001010111100011001001000001011100111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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