#A5CBE8

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

Shades of Sail #A5CBE8

Tints of Sail #A5CBE8

Color information

#A5CBE8 (or 0xA5CBE8) is unknown color: approx Sail. HEX triplet: A5, CB and E8. RGB value is (165,203,232). Sum of RGB (Red+Green+Blue) = 165+203+232=600 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.5% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 232 - color contains mainly: blue. Hex color #A5CBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CBE8 is #5A3417. Grayscale: #C2C2C2. Windows color (decimal): -5911576 or 15256485. OLE color: 15256485.

HSL color Cylindrical-coordinate representation of color #A5CBE8: hue angle of 205.97º 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 #A5CBE8 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB165203232-
CMYK0.290.1200.09
HSL205.97º59.29%77.84%-
HSV(B)205.97º28.88%90.98%-
XYZ51.4456.5484.55-
YUV194.94148.91106.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.5%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 232 (91.02% from 255) = 38.67%
R=27.5%
G=33.83%
B=38.67%

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
Decimal1652032320.290.1200.09205.9759.2977.84
HexA5CBE81DC09ce3b4e
Octal245313350351401131673116
Binary10100101110010111110100011101110001001110011101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CBE8; }

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

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

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

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

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

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

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

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