#A5C5FE

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

Shades of Pale Cornflower Blue #A5C5FE

Tints of Pale Cornflower Blue #A5C5FE

Color information

#A5C5FE (or 0xA5C5FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, C5 and FE. RGB value is (165,197,254). Sum of RGB (Red+Green+Blue) = 165+197+254=616 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.79% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5C5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C5FE is #5A3A01. Grayscale: #C1C1C1. Windows color (decimal): -5913090 or 16696741. OLE color: 16696741.

HSL color Cylindrical-coordinate representation of color #A5C5FE: hue angle of 218.43º 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 #A5C5FE is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB165197254-
CMYK0.350.2200.00
HSL218.43º97.8%82.16%-
HSV(B)218.43º35.04%99.61%-
XYZ53.3755.09101.59-
YUV193.93161.9107.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.79%
GREEN value IS 197 (77.34% from 255) = 31.98%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=26.79%
G=31.98%
B=41.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1651972540.350.2200.00218.4397.882.16
HexA5C5FE231600da6252
Octal245305376432600332142122
Binary10100101110001011111111010001110110001101101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C5FE; }

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

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

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

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

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

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

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

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