#A5C8EB

Color #A5C8EB Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #A5C8EB

Tints of Pale Cornflower Blue #A5C8EB

Color information

#A5C8EB (or 0xA5C8EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, C8 and EB. RGB value is (165,200,235). Sum of RGB (Red+Green+Blue) = 165+200+235=600 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.5% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5C8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C8EB is #5A3714. Grayscale: #C1C1C1. Windows color (decimal): -5912341 or 15452325. OLE color: 15452325.

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

Color convert

RGB165200235-
CMYK0.300.1500.08
HSL210º63.64%78.43%-
HSV(B)210º29.79%92.16%-
XYZ51.1755.3186.58-
YUV193.52151.4107.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.5%
GREEN value IS 200 (78.52% from 255) = 33.33%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=27.5%
G=33.33%
B=39.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652002350.300.1500.0821063.6478.43
HexA5C8EB1EF08d2404e
Octal2453103533617010322100116
Binary101001011100100011101011111101111010001101001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C8EB; }

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

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

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

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

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

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

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

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