#A4D3FC

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

Shades of Pale Cornflower Blue #A4D3FC

Tints of Pale Cornflower Blue #A4D3FC

Color information

#A4D3FC (or 0xA4D3FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, D3 and FC. RGB value is (164,211,252). Sum of RGB (Red+Green+Blue) = 164+211+252=627 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.16% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4D3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D3FC is #5B2C03. Grayscale: #C9C9C9. Windows color (decimal): -5975044 or 16569252. OLE color: 16569252.

HSL color Cylindrical-coordinate representation of color #A4D3FC: hue angle of 207.95º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4D3FC is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164211252-
CMYK0.350.1600.01
HSL207.95º93.62%81.57%-
HSV(B)207.95º34.92%98.82%-
XYZ56.1761.51101.01-
YUV201.62156.43101.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.16%
GREEN value IS 211 (82.81% from 255) = 33.65%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=26.16%
G=33.65%
B=40.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642112520.350.1600.01207.9593.6281.57
HexA4D3FC231001d05e52
Octal244323374432001320136122
Binary10100100110100111111110010001110000011101000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D3FC; }

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

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

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

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

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

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

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

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