#9ACAF0

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

Shades of Sail #9ACAF0

Tints of Sail #9ACAF0

Color information

#9ACAF0 (or 0x9ACAF0) is unknown color: approx Sail. HEX triplet: 9A, CA and F0. RGB value is (154,202,240). Sum of RGB (Red+Green+Blue) = 154+202+240=596 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.84% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #9ACAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACAF0 is #65350F. Grayscale: #BFBFBF. Windows color (decimal): -6632720 or 15780506. OLE color: 15780506.

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

Color convert

RGB154202240-
CMYK0.360.1600.06
HSL206.51º74.14%77.25%-
HSV(B)206.51º35.83%94.12%-
XYZ50.1855.490.49-
YUV191.98155.1100.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.84%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 240 (94.14% from 255) = 40.27%
R=25.84%
G=33.89%
B=40.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542022400.360.1600.06206.5174.1477.25
Hex9ACAF0241006cf4a4d
Octal232312360442006317112115
Binary1001101011001010111100001001001000001101100111110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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