#A8CFEE

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

Shades of Sail #A8CFEE

Tints of Sail #A8CFEE

Color information

#A8CFEE (or 0xA8CFEE) is unknown color: approx Sail. HEX triplet: A8, CF and EE. RGB value is (168,207,238). Sum of RGB (Red+Green+Blue) = 168+207+238=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8CFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CFEE is #573011. Grayscale: #C6C6C6. Windows color (decimal): -5713938 or 15650728. OLE color: 15650728.

HSL color Cylindrical-coordinate representation of color #A8CFEE: hue angle of 206.57º 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 #A8CFEE is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168207238-
CMYK0.290.1300.07
HSL206.57º67.31%79.61%-
HSV(B)206.57º29.41%93.33%-
XYZ53.8959.1289.46-
YUV198.87150.08105.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.41%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=27.41%
G=33.77%
B=38.83%

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
Decimal1682072380.290.1300.07206.5767.3179.61
HexA8CFEE1DD07cf4350
Octal250317356351507317103120
Binary10101000110011111110111011101110101111100111110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CFEE; }

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

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

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

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

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

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

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

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