#A4D3FB

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

Shades of Pale Cornflower Blue #A4D3FB

Tints of Pale Cornflower Blue #A4D3FB

Color information

#A4D3FB (or 0xA4D3FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, D3 and FB. RGB value is (164,211,251). Sum of RGB (Red+Green+Blue) = 164+211+251=626 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.20% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4D3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D3FB is #5B2C04. Grayscale: #C9C9C9. Windows color (decimal): -5975045 or 16503716. OLE color: 16503716.

HSL color Cylindrical-coordinate representation of color #A4D3FB: hue angle of 207.59º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4D3FB is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164211251-
CMYK0.350.1600.02
HSL207.59º91.58%81.37%-
HSV(B)207.59º34.66%98.43%-
XYZ56.0261.45100.17-
YUV201.51155.93101.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.20%
GREEN value IS 211 (82.81% from 255) = 33.71%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=26.20%
G=33.71%
B=40.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642112510.350.1600.02207.5991.5881.37
HexA4D3FB231002d05c51
Octal244323373432002320134121
Binary101001001101001111111011100011100000101101000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D3FB; }

 p { color: rgb(164,211,251); }

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

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

 a { background-color: rgb(164,211,251); }

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

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

 span { border-color: rgb(164,211,251); }

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