#A8D5FC

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

Shades of Pale Cornflower Blue #A8D5FC

Tints of Pale Cornflower Blue #A8D5FC

Color information

#A8D5FC (or 0xA8D5FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, D5 and FC. RGB value is (168,213,252). Sum of RGB (Red+Green+Blue) = 168+213+252=633 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.54% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8D5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D5FC is #572A03. Grayscale: #CBCBCB. Windows color (decimal): -5712388 or 16569768. OLE color: 16569768.

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

Color convert

RGB168213252-
CMYK0.330.1500.01
HSL207.86º93.33%82.35%-
HSV(B)207.86º33.33%98.82%-
XYZ57.5162.94101.21-
YUV203.99155.09102.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.54%
GREEN value IS 213 (83.59% from 255) = 33.65%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=26.54%
G=33.65%
B=39.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682132520.330.1500.01207.8693.3382.35
HexA8D5FC21F01d05d52
Octal250325374411701320135122
Binary1010100011010101111111001000011111011101000010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D5FC; }

 p { color: rgb(168,213,252); }

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

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

 a { background-color: rgb(168,213,252); }

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

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

 span { border-color: rgb(168,213,252); }

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