#A8CCFA

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

Shades of Pale Cornflower Blue #A8CCFA

Tints of Pale Cornflower Blue #A8CCFA

Color information

#A8CCFA (or 0xA8CCFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CC and FA. RGB value is (168,204,250). Sum of RGB (Red+Green+Blue) = 168+204+250=622 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.01% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8CCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CCFA is #573305. Grayscale: #C6C6C6. Windows color (decimal): -5714694 or 16436392. OLE color: 16436392.

HSL color Cylindrical-coordinate representation of color #A8CCFA: hue angle of 213.66º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8CCFA is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168204250-
CMYK0.330.1800.02
HSL213.66º89.13%81.96%-
HSV(B)213.66º32.8%98.04%-
XYZ5558.4198.82-
YUV198.48157.07106.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.01%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=27.01%
G=32.80%
B=40.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682042500.330.1800.02213.6689.1381.96
HexA8CCFA211202d65952
Octal250314372412202326131122
Binary101010001100110011111010100001100100101101011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CCFA; }

 p { color: rgb(168,204,250); }

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

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

 a { background-color: rgb(168,204,250); }

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

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

 span { border-color: rgb(168,204,250); }

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