#9ACDF9

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

Shades of Sail #9ACDF9

Tints of Sail #9ACDF9

Color information

#9ACDF9 (or 0x9ACDF9) is unknown color: approx Sail. HEX triplet: 9A, CD and F9. RGB value is (154,205,249). Sum of RGB (Red+Green+Blue) = 154+205+249=608 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.33% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #9ACDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACDF9 is #653206. Grayscale: #C2C2C2. Windows color (decimal): -6631943 or 16371098. OLE color: 16371098.

HSL color Cylindrical-coordinate representation of color #9ACDF9: hue angle of 207.79º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ACDF9 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154205249-
CMYK0.380.1800.02
HSL207.79º88.79%79.02%-
HSV(B)207.79º38.15%97.65%-
XYZ52.2657.3797.94-
YUV194.77158.698.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.33%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 249 (97.66% from 255) = 40.95%
R=25.33%
G=33.72%
B=40.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542052490.380.1800.02207.7988.7979.02
Hex9ACDF9261202d0594f
Octal232315371462202320131117
Binary100110101100110111111001100110100100101101000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,205,249); }

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

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

 a { background-color: rgb(154,205,249); }

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

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

 span { border-color: rgb(154,205,249); }

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