#A5CBED

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

Shades of Sail #A5CBED

Tints of Sail #A5CBED

Color information

#A5CBED (or 0xA5CBED) is unknown color: approx Sail. HEX triplet: A5, CB and ED. RGB value is (165,203,237). Sum of RGB (Red+Green+Blue) = 165+203+237=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #A5CBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CBED is #5A3412. Grayscale: #C3C3C3. Windows color (decimal): -5911571 or 15584165. OLE color: 15584165.

HSL color Cylindrical-coordinate representation of color #A5CBED: hue angle of 208.33º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5CBED is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165203237-
CMYK0.300.1400.07
HSL208.33º66.67%78.82%-
HSV(B)208.33º30.38%92.94%-
XYZ52.1656.8388.34-
YUV195.51151.41106.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.27%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=27.27%
G=33.55%
B=39.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652032370.300.1400.07208.3366.6778.82
HexA5CBED1EE07d0434f
Octal245313355361607320103117
Binary10100101110010111110110111110111001111101000010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CBED; }

 p { color: rgb(165,203,237); }

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

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

 a { background-color: rgb(165,203,237); }

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

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

 span { border-color: rgb(165,203,237); }

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