#a5ccea

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

Shades of Sail #A5CCEA

Tints of Sail #A5CCEA

Color information

#A5CCEA (or 0xA5CCEA) is unknown color: approx Sail. HEX triplet: A5, CC and EA. RGB value is (165,204,234). Sum of RGB (Red+Green+Blue) = 165+204+234=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5CCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CCEA is #5A3315. Grayscale: #C3C3C3. Windows color (decimal): -5911318 or 15387813. OLE color: 15387813.

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

Color convert

RGB165204234-
CMYK0.290.1300.08
HSL206.09º62.16%78.24%-
HSV(B)206.09º29.49%91.76%-
XYZ51.9657.1386.13-
YUV195.76149.58106.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.36%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=27.36%
G=33.83%
B=38.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652042340.290.1300.08206.0962.1678.24
HexA5CCEA1DD08ce3e4e
Octal245314352351501031676116
Binary10100101110011001110101011101110101000110011101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5ccea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5ccea; }

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

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

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

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

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

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

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

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