#A8CCFE

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

Shades of Pale Cornflower Blue #A8CCFE

Tints of Pale Cornflower Blue #A8CCFE

Color information

#A8CCFE (or 0xA8CCFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CC and FE. RGB value is (168,204,254). Sum of RGB (Red+Green+Blue) = 168+204+254=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8CCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CCFE is #573301. Grayscale: #C6C6C6. Windows color (decimal): -5714690 or 16698536. OLE color: 16698536.

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

Color convert

RGB168204254-
CMYK0.340.2000.00
HSL214.88º97.73%82.75%-
HSV(B)214.88º33.86%99.61%-
XYZ55.6358.67102.16-
YUV198.94159.07105.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.84%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=26.84%
G=32.59%
B=40.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682042540.340.2000.00214.8897.7382.75
HexA8CCFE221400d76253
Octal250314376422400327142123
Binary10101000110011001111111010001010100001101011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CCFE; }

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

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

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

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

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

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

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

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