#A5C8FC

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

Shades of Pale Cornflower Blue #A5C8FC

Tints of Pale Cornflower Blue #A5C8FC

Color information

#A5C8FC (or 0xA5C8FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, C8 and FC. RGB value is (165,200,252). Sum of RGB (Red+Green+Blue) = 165+200+252=617 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.74% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5C8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C8FC is #5A3703. Grayscale: #C3C3C3. Windows color (decimal): -5912324 or 16566437. OLE color: 16566437.

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

Color convert

RGB165200252-
CMYK0.350.2100.01
HSL215.86º93.55%81.76%-
HSV(B)215.86º34.52%98.82%-
XYZ53.7456.34100.14-
YUV195.46159.9106.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.74%
GREEN value IS 200 (78.52% from 255) = 32.41%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=26.74%
G=32.41%
B=40.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652002520.350.2100.01215.8693.5581.76
HexA5C8FC231501d85e52
Octal245310374432501330136122
Binary10100101110010001111110010001110101011101100010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C8FC; }

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

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

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

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

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

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

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

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