#A8CFED

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

Shades of Sail #A8CFED

Tints of Sail #A8CFED

Color information

#A8CFED (or 0xA8CFED) is unknown color: approx Sail. HEX triplet: A8, CF and ED. RGB value is (168,207,237). Sum of RGB (Red+Green+Blue) = 168+207+237=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CFED is #573012. Grayscale: #C6C6C6. Windows color (decimal): -5713939 or 15585192. OLE color: 15585192.

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

Color convert

RGB168207237-
CMYK0.290.1300.07
HSL206.09º65.71%79.41%-
HSV(B)206.09º29.11%92.94%-
XYZ53.7559.0688.69-
YUV198.76149.58106.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.45%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=27.45%
G=33.82%
B=38.73%

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
Decimal1682072370.290.1300.07206.0965.7179.41
HexA8CFED1DD07ce424f
Octal250317355351507316102117
Binary10101000110011111110110111101110101111100111010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CFED; }

 p { color: rgb(168,207,237); }

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

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

 a { background-color: rgb(168,207,237); }

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

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

 span { border-color: rgb(168,207,237); }

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