#A8D2FA

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

Shades of Pale Cornflower Blue #A8D2FA

Tints of Pale Cornflower Blue #A8D2FA

Color information

#A8D2FA (or 0xA8D2FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, D2 and FA. RGB value is (168,210,250). Sum of RGB (Red+Green+Blue) = 168+210+250=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D2FA is #572D05. Grayscale: #C9C9C9. Windows color (decimal): -5713158 or 16437928. OLE color: 16437928.

HSL color Cylindrical-coordinate representation of color #A8D2FA: hue angle of 209.27º 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 #A8D2FA is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168210250-
CMYK0.330.1600.02
HSL209.27º89.13%81.96%-
HSV(B)209.27º32.8%98.04%-
XYZ56.4561.3299.3-
YUV202155.09103.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.75%
GREEN value IS 210 (82.42% from 255) = 33.44%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=26.75%
G=33.44%
B=39.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682102500.330.1600.02209.2789.1381.96
HexA8D2FA211002d15952
Octal250322372412002321131122
Binary101010001101001011111010100001100000101101000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D2FA; }

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

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

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

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

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

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

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

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