#A9CFEE

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

Shades of Sail #A9CFEE

Tints of Sail #A9CFEE

Color information

#A9CFEE (or 0xA9CFEE) is unknown color: approx Sail. HEX triplet: A9, CF and EE. RGB value is (169,207,238). Sum of RGB (Red+Green+Blue) = 169+207+238=614 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.52% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #A9CFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CFEE is #563011. Grayscale: #C7C7C7. Windows color (decimal): -5648402 or 15650729. OLE color: 15650729.

HSL color Cylindrical-coordinate representation of color #A9CFEE: hue angle of 206.96º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9CFEE is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169207238-
CMYK0.290.1300.07
HSL206.96º66.99%79.8%-
HSV(B)206.96º28.99%93.33%-
XYZ54.1159.2389.47-
YUV199.17149.91106.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.52%
GREEN value IS 207 (81.25% from 255) = 33.71%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=27.52%
G=33.71%
B=38.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692072380.290.1300.07206.9666.9979.8
HexA9CFEE1DD07cf4350
Octal251317356351507317103120
Binary10101001110011111110111011101110101111100111110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CFEE; }

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

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

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

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

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

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

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

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