#a5cceb

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

Shades of Sail #A5CCEB

Tints of Sail #A5CCEB

Color information

#A5CCEB (or 0xA5CCEB) is unknown color: approx Sail. HEX triplet: A5, CC and EB. RGB value is (165,204,235). Sum of RGB (Red+Green+Blue) = 165+204+235=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5CCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CCEB is #5A3314. Grayscale: #C3C3C3. Windows color (decimal): -5911317 or 15453349. OLE color: 15453349.

HSL color Cylindrical-coordinate representation of color #A5CCEB: hue angle of 206.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5CCEB is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165204235-
CMYK0.300.1300.08
HSL206.57º63.64%78.43%-
HSV(B)206.57º29.79%92.16%-
XYZ52.1157.1886.89-
YUV195.87150.08105.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.32%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=27.32%
G=33.77%
B=38.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652042350.300.1300.08206.5763.6478.43
HexA5CCEB1ED08cf404e
Octal2453143533615010317100116
Binary101001011100110011101011111101101010001100111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5cceb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5cceb; }

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

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

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

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

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

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

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

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