#A8D4FF

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

Shades of Pale Cornflower Blue #A8D4FF

Tints of Pale Cornflower Blue #A8D4FF

Color information

#A8D4FF (or 0xA8D4FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, D4 and FF. RGB value is (168,212,255). Sum of RGB (Red+Green+Blue) = 168+212+255=635 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.46% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8D4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D4FF is #572B00. Grayscale: #CBCBCB. Windows color (decimal): -5712641 or 16766120. OLE color: 16766120.

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

Color convert

RGB168212255-
CMYK0.340.1700
HSL209.66º100%82.94%-
HSV(B)209.66º34.12%100%-
XYZ57.7462.63103.65-
YUV203.75156.92102.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.46%
GREEN value IS 212 (83.20% from 255) = 33.39%
BLUE value IS 255 (100% from 255) = 40.16%
R=26.46%
G=33.39%
B=40.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682122550.340.1700209.6610082.94
HexA8D4FF221100d26453
Octal250324377422100322144123
Binary10101000110101001111111110001010001001101001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D4FF; }

 p { color: rgb(168,212,255); }

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

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

 a { background-color: rgb(168,212,255); }

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

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

 span { border-color: rgb(168,212,255); }

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