#A7D3FF

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

Shades of Pale Cornflower Blue #A7D3FF

Tints of Pale Cornflower Blue #A7D3FF

Color information

#A7D3FF (or 0xA7D3FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, D3 and FF. RGB value is (167,211,255). Sum of RGB (Red+Green+Blue) = 167+211+255=633 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.38% from 633); Green value is 211 (82.81% from 255 or 33.33% 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 #A7D3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D3FF is #582C00. Grayscale: #CACACA. Windows color (decimal): -5778433 or 16765863. OLE color: 16765863.

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

Color convert

RGB167211255-
CMYK0.350.1700
HSL210º100%82.75%-
HSV(B)210º34.51%100%-
XYZ57.2862.02103.56-
YUV202.86157.42102.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.38%
GREEN value IS 211 (82.81% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 40.28%
R=26.38%
G=33.33%
B=40.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1672112550.350.170021010082.75
HexA7D3FF231100d26453
Octal247323377432100322144123
Binary10100111110100111111111110001110001001101001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D3FF; }

 p { color: rgb(167,211,255); }

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

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

 a { background-color: rgb(167,211,255); }

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

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

 span { border-color: rgb(167,211,255); }

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