#A5C9FE

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

Shades of Pale Cornflower Blue #A5C9FE

Tints of Pale Cornflower Blue #A5C9FE

Color information

#A5C9FE (or 0xA5C9FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, C9 and FE. RGB value is (165,201,254). Sum of RGB (Red+Green+Blue) = 165+201+254=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5C9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C9FE is #5A3601. Grayscale: #C4C4C4. Windows color (decimal): -5912066 or 16697765. OLE color: 16697765.

HSL color Cylindrical-coordinate representation of color #A5C9FE: hue angle of 215.73º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5C9FE is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB165201254-
CMYK0.350.2100.00
HSL215.73º97.8%82.16%-
HSV(B)215.73º35.04%99.61%-
XYZ54.2956.93101.89-
YUV196.28160.57105.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.61%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=26.61%
G=32.42%
B=40.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652012540.350.2100.00215.7397.882.16
HexA5C9FE231500d86252
Octal245311376432500330142122
Binary10100101110010011111111010001110101001101100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C9FE; }

 p { color: rgb(165,201,254); }

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

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

 a { background-color: rgb(165,201,254); }

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

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

 span { border-color: rgb(165,201,254); }

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