#A5CDEB

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

Shades of Sail #A5CDEB

Tints of Sail #A5CDEB

Color information

#A5CDEB (or 0xA5CDEB) is unknown color: approx Sail. HEX triplet: A5, CD and EB. RGB value is (165,205,235). Sum of RGB (Red+Green+Blue) = 165+205+235=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CDEB is #5A3214. Grayscale: #C4C4C4. Windows color (decimal): -5911061 or 15453605. OLE color: 15453605.

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

Color convert

RGB165205235-
CMYK0.300.1300.08
HSL205.71º63.64%78.43%-
HSV(B)205.71º29.79%92.16%-
XYZ52.3457.6686.97-
YUV196.46149.75105.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.27%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=27.27%
G=33.88%
B=38.84%

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
Decimal1652052350.300.1300.08205.7163.6478.43
HexA5CDEB1ED08ce404e
Octal2453153533615010316100116
Binary101001011100110111101011111101101010001100111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CDEB; }

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

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

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

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

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

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

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

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