#9ACCFD

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

Shades of Sail #9ACCFD

Tints of Sail #9ACCFD

Color information

#9ACCFD (or 0x9ACCFD) is unknown color: approx Sail. HEX triplet: 9A, CC and FD. RGB value is (154,204,253). Sum of RGB (Red+Green+Blue) = 154+204+253=611 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.20% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ACCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACCFD is #653302. Grayscale: #C2C2C2. Windows color (decimal): -6632195 or 16632986. OLE color: 16632986.

HSL color Cylindrical-coordinate representation of color #9ACCFD: hue angle of 209.7º degrees, saturation: 0.96, 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 #9ACCFD is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154204253-
CMYK0.390.1900.01
HSL209.7º96.12%79.8%-
HSV(B)209.7º39.13%99.22%-
XYZ52.6557.15101.18-
YUV194.64160.9499.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.20%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=25.20%
G=33.39%
B=41.41%

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
Decimal1542042530.390.1900.01209.796.1279.8
Hex9ACCFD271301d26050
Octal232314375472301322140120
Binary10011010110011001111110110011110011011101001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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