#A5CBEE

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

Shades of Sail #A5CBEE

Tints of Sail #A5CBEE

Color information

#A5CBEE (or 0xA5CBEE) is unknown color: approx Sail. HEX triplet: A5, CB and EE. RGB value is (165,203,238). Sum of RGB (Red+Green+Blue) = 165+203+238=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5CBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CBEE is #5A3411. Grayscale: #C3C3C3. Windows color (decimal): -5911570 or 15649701. OLE color: 15649701.

HSL color Cylindrical-coordinate representation of color #A5CBEE: hue angle of 208.77º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5CBEE is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165203238-
CMYK0.310.1500.07
HSL208.77º68.22%79.02%-
HSV(B)208.77º30.67%93.33%-
XYZ52.3156.8889.11-
YUV195.63151.91106.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.23%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=27.23%
G=33.50%
B=39.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652032380.310.1500.07208.7768.2279.02
HexA5CBEE1FF07d1444f
Octal245313356371707321104117
Binary10100101110010111110111011111111101111101000110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CBEE; }

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

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

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

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

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

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

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

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