#9AC7F2

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

Shades of Sail #9AC7F2

Tints of Sail #9AC7F2

Color information

#9AC7F2 (or 0x9AC7F2) is unknown color: approx Sail. HEX triplet: 9A, C7 and F2. RGB value is (154,199,242). Sum of RGB (Red+Green+Blue) = 154+199+242=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #9AC7F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC7F2 is #65380D. Grayscale: #BEBEBE. Windows color (decimal): -6633486 or 15910810. OLE color: 15910810.

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

Color convert

RGB154199242-
CMYK0.360.1800.05
HSL209.32º77.19%77.65%-
HSV(B)209.32º36.36%94.9%-
XYZ49.7854.1391.83-
YUV190.45157.09102-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.88%
GREEN value IS 199 (78.12% from 255) = 33.45%
BLUE value IS 242 (94.92% from 255) = 40.67%
R=25.88%
G=33.45%
B=40.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1541992420.360.1800.05209.3277.1977.65
Hex9AC7F2241205d14d4e
Octal232307362442205321115116
Binary1001101011000111111100101001001001001011101000110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,199,242); }

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

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

 a { background-color: rgb(154,199,242); }

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

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

 span { border-color: rgb(154,199,242); }

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