#9ACCFC

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

Shades of Sail #9ACCFC

Tints of Sail #9ACCFC

Color information

#9ACCFC (or 0x9ACCFC) is unknown color: approx Sail. HEX triplet: 9A, CC and FC. RGB value is (154,204,252). Sum of RGB (Red+Green+Blue) = 154+204+252=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #9ACCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACCFC is #653303. Grayscale: #C2C2C2. Windows color (decimal): -6632196 or 16567450. OLE color: 16567450.

HSL color Cylindrical-coordinate representation of color #9ACCFC: hue angle of 209.39º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ACCFC is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154204252-
CMYK0.390.1900.01
HSL209.39º94.23%79.61%-
HSV(B)209.39º38.89%98.82%-
XYZ52.4957.08100.35-
YUV194.52160.4499.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.25%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 252 (98.83% from 255) = 41.31%
R=25.25%
G=33.44%
B=41.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542042520.390.1900.01209.3994.2379.61
Hex9ACCFC271301d15e50
Octal232314374472301321136120
Binary10011010110011001111110010011110011011101000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,204,252); }

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

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

 a { background-color: rgb(154,204,252); }

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

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

 span { border-color: rgb(154,204,252); }

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