#A8D2FF

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

Shades of Pale Cornflower Blue #A8D2FF

Tints of Pale Cornflower Blue #A8D2FF

Color information

#A8D2FF (or 0xA8D2FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, D2 and FF. RGB value is (168,210,255). Sum of RGB (Red+Green+Blue) = 168+210+255=633 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.54% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8D2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D2FF is #572D00. Grayscale: #CACACA. Windows color (decimal): -5713153 or 16765608. OLE color: 16765608.

HSL color Cylindrical-coordinate representation of color #A8D2FF: hue angle of 211.03º 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 #A8D2FF is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB168210255-
CMYK0.340.1800
HSL211.03º100%82.94%-
HSV(B)211.03º34.12%100%-
XYZ57.2561.64103.49-
YUV202.57157.59103.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.54%
GREEN value IS 210 (82.42% from 255) = 33.18%
BLUE value IS 255 (100% from 255) = 40.28%
R=26.54%
G=33.18%
B=40.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682102550.340.1800211.0310082.94
HexA8D2FF221200d36453
Octal250322377422200323144123
Binary10101000110100101111111110001010010001101001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D2FF; }

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

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

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

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

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

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

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

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