#A8CAE7

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

Shades of Sail #A8CAE7

Tints of Sail #A8CAE7

Color information

#A8CAE7 (or 0xA8CAE7) is unknown color: approx Sail. HEX triplet: A8, CA and E7. RGB value is (168,202,231). Sum of RGB (Red+Green+Blue) = 168+202+231=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 231 - color contains mainly: blue. Hex color #A8CAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CAE7 is #573518. Grayscale: #C2C2C2. Windows color (decimal): -5715225 or 15190696. OLE color: 15190696.

HSL color Cylindrical-coordinate representation of color #A8CAE7: hue angle of 207.62º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8CAE7 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB168202231-
CMYK0.270.1300.09
HSL207.62º56.76%78.24%-
HSV(B)207.62º27.27%90.59%-
XYZ51.6956.3483.75-
YUV195.14148.24108.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.95%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 231 (90.62% from 255) = 38.44%
R=27.95%
G=33.61%
B=38.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1682022310.270.1300.09207.6256.7678.24
HexA8CAE71BD09d0394e
Octal250312347331501132071116
Binary10101000110010101110011111011110101001110100001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CAE7; }

 p { color: rgb(168,202,231); }

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

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

 a { background-color: rgb(168,202,231); }

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

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

 span { border-color: rgb(168,202,231); }

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