#A5CCFE

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

Shades of Pale Cornflower Blue #A5CCFE

Tints of Pale Cornflower Blue #A5CCFE

Color information

#A5CCFE (or 0xA5CCFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, CC and FE. RGB value is (165,204,254). Sum of RGB (Red+Green+Blue) = 165+204+254=623 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.48% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5CCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CCFE is #5A3301. Grayscale: #C5C5C5. Windows color (decimal): -5911298 or 16698533. OLE color: 16698533.

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

Color convert

RGB165204254-
CMYK0.350.2000.00
HSL213.71º97.8%82.16%-
HSV(B)213.71º35.04%99.61%-
XYZ5558.34102.13-
YUV198.04159.58104.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.48%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=26.48%
G=32.74%
B=40.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652042540.350.2000.00213.7197.882.16
HexA5CCFE231400d66252
Octal245314376432400326142122
Binary10100101110011001111111010001110100001101011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CCFE; }

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

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

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

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

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

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

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

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