#A5CCE8

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

Shades of Sail #A5CCE8

Tints of Sail #A5CCE8

Color information

#A5CCE8 (or 0xA5CCE8) is unknown color: approx Sail. HEX triplet: A5, CC and E8. RGB value is (165,204,232). Sum of RGB (Red+Green+Blue) = 165+204+232=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #A5CCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CCE8 is #5A3317. Grayscale: #C3C3C3. Windows color (decimal): -5911320 or 15256741. OLE color: 15256741.

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

Color convert

RGB165204232-
CMYK0.290.1200.09
HSL205.07º59.29%77.84%-
HSV(B)205.07º28.88%90.98%-
XYZ51.6857.0184.62-
YUV195.53148.58106.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.45%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 232 (91.02% from 255) = 38.60%
R=27.45%
G=33.94%
B=38.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652042320.290.1200.09205.0759.2977.84
HexA5CCE81DC09cd3b4e
Octal245314350351401131573116
Binary10100101110011001110100011101110001001110011011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CCE8; }

 p { color: rgb(165,204,232); }

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

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

 a { background-color: rgb(165,204,232); }

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

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

 span { border-color: rgb(165,204,232); }

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