#A5CCEE

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

Shades of Sail #A5CCEE

Tints of Sail #A5CCEE

Color information

#A5CCEE (or 0xA5CCEE) is unknown color: approx Sail. HEX triplet: A5, CC and EE. RGB value is (165,204,238). Sum of RGB (Red+Green+Blue) = 165+204+238=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5CCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CCEE is #5A3311. Grayscale: #C4C4C4. Windows color (decimal): -5911314 or 15649957. OLE color: 15649957.

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

Color convert

RGB165204238-
CMYK0.310.1400.07
HSL207.95º68.22%79.02%-
HSV(B)207.95º30.67%93.33%-
XYZ52.5457.3689.19-
YUV196.22151.58105.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.18%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=27.18%
G=33.61%
B=39.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652042380.310.1400.07207.9568.2279.02
HexA5CCEE1FE07d0444f
Octal245314356371607320104117
Binary10100101110011001110111011111111001111101000010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CCEE; }

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

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

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

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

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

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

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

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