#9ACDF8

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

Shades of Sail #9ACDF8

Tints of Sail #9ACDF8

Color information

#9ACDF8 (or 0x9ACDF8) is unknown color: approx Sail. HEX triplet: 9A, CD and F8. RGB value is (154,205,248). Sum of RGB (Red+Green+Blue) = 154+205+248=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #9ACDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACDF8 is #653207. Grayscale: #C2C2C2. Windows color (decimal): -6631944 or 16305562. OLE color: 16305562.

HSL color Cylindrical-coordinate representation of color #9ACDF8: hue angle of 207.45º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ACDF8 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB154205248-
CMYK0.380.1700.03
HSL207.45º87.04%78.82%-
HSV(B)207.45º37.9%97.25%-
XYZ52.157.3197.12-
YUV194.65158.199-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.37%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 248 (97.27% from 255) = 40.86%
R=25.37%
G=33.77%
B=40.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1542052480.380.1700.03207.4587.0478.82
Hex9ACDF8261103cf574f
Octal232315370462103317127117
Binary100110101100110111111000100110100010111100111110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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