#A9CFEB

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

Shades of Sail #A9CFEB

Tints of Sail #A9CFEB

Color information

#A9CFEB (or 0xA9CFEB) is unknown color: approx Sail. HEX triplet: A9, CF and EB. RGB value is (169,207,235). Sum of RGB (Red+Green+Blue) = 169+207+235=611 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.66% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #A9CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CFEB is #563014. Grayscale: #C6C6C6. Windows color (decimal): -5648405 or 15454121. OLE color: 15454121.

HSL color Cylindrical-coordinate representation of color #A9CFEB: hue angle of 205.45º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9CFEB is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169207235-
CMYK0.280.1200.08
HSL205.45º62.26%79.22%-
HSV(B)205.45º28.09%92.16%-
XYZ53.6759.0687.17-
YUV198.83148.41106.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.66%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=27.66%
G=33.88%
B=38.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692072350.280.1200.08205.4562.2679.22
HexA9CFEB1CC08cd3e4f
Octal251317353341401031576117
Binary10101001110011111110101111100110001000110011011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CFEB; }

 p { color: rgb(169,207,235); }

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

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

 a { background-color: rgb(169,207,235); }

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

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

 span { border-color: rgb(169,207,235); }

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