#A5CBEB

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

Shades of Sail #A5CBEB

Tints of Sail #A5CBEB

Color information

#A5CBEB (or 0xA5CBEB) is unknown color: approx Sail. HEX triplet: A5, CB and EB. RGB value is (165,203,235). Sum of RGB (Red+Green+Blue) = 165+203+235=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5CBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CBEB is #5A3414. Grayscale: #C3C3C3. Windows color (decimal): -5911573 or 15453093. OLE color: 15453093.

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

Color convert

RGB165203235-
CMYK0.300.1400.08
HSL207.43º63.64%78.43%-
HSV(B)207.43º29.79%92.16%-
XYZ51.8756.7186.81-
YUV195.29150.41106.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.36%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=27.36%
G=33.67%
B=38.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652032350.300.1400.08207.4363.6478.43
HexA5CBEB1EE08cf404e
Octal2453133533616010317100116
Binary101001011100101111101011111101110010001100111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CBEB; }

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

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

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

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

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

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

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

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