#A5C8F9

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

Shades of Pale Cornflower Blue #A5C8F9

Tints of Pale Cornflower Blue #A5C8F9

Color information

#A5C8F9 (or 0xA5C8F9) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, C8 and F9. RGB value is (165,200,249). Sum of RGB (Red+Green+Blue) = 165+200+249=614 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.87% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #A5C8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C8F9 is #5A3706. Grayscale: #C2C2C2. Windows color (decimal): -5912327 or 16369829. OLE color: 16369829.

HSL color Cylindrical-coordinate representation of color #A5C8F9: hue angle of 215º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5C8F9 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165200249-
CMYK0.340.2000.02
HSL215º87.5%81.18%-
HSV(B)215º33.73%97.65%-
XYZ53.2756.1597.65-
YUV195.12158.4106.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.87%
GREEN value IS 200 (78.52% from 255) = 32.57%
BLUE value IS 249 (97.66% from 255) = 40.55%
R=26.87%
G=32.57%
B=40.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652002490.340.2000.0221587.581.18
HexA5C8F9221402d75851
Octal245310371422402327130121
Binary101001011100100011111001100010101000101101011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C8F9; }

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

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

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

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

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

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

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

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